Skip to content

Instantly share code, notes, and snippets.

@arisliang
arisliang / gist:64d1bbdddc5eba0fd6cb9d3ba0ccabce
Created March 2, 2018 13:44
play tensorlayer book Issue 11
"""
ch 3.5
https://github.com/tensorlayer/tensorlayer/blob/master/example/tutorial_mnist.py
code for https://github.com/tensorlayer/chinese-book/issues/11
"""
import time
import numpy as np
import tensorflow as tf