eager: Change various examples to use tf.keras.Model instead of tfe.Network.
authorAsim Shankar <ashankar@google.com>
Fri, 23 Feb 2018 23:45:02 +0000 (15:45 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 23 Feb 2018 23:51:03 +0000 (15:51 -0800)
commit9a84277be2cb8233c5c14270db6fcdff31ab4d93
tree9a3066986432e27327f6087d82144436976e3c89
parentcc171bb7371590ee45e361b6a50a018d026412f6
eager: Change various examples to use tf.keras.Model instead of tfe.Network.

PiperOrigin-RevId: 186834891
tensorflow/contrib/eager/python/examples/gan/mnist.py
tensorflow/contrib/eager/python/examples/linear_regression/linear_regression.py
tensorflow/contrib/eager/python/examples/resnet50/resnet50.py
tensorflow/contrib/eager/python/examples/resnet50/resnet50_graph_test.py
tensorflow/contrib/eager/python/examples/resnet50/resnet50_test.py