Deprecate tfe.Network and associated utilities in favor of tf.keras.Model.
authorAllen Lavoie <allenl@google.com>
Thu, 26 Apr 2018 18:24:36 +0000 (11:24 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 26 Apr 2018 18:29:11 +0000 (11:29 -0700)
commit6b6976e3ba19484f893092712e4577daeb92ad3b
treec939245e41f3e03a8afbbf84c1ff60cbeb95abfd
parenta0af3551a83ba81ddfd2b43cca75edff4c0fcdc1
Deprecate tfe.Network and associated utilities in favor of tf.keras.Model.

Also throws an error rather than silently saving incorrectly with tf.train.Checkpoint.

(In response to confusion over tf.train.Checkpoint with tfe.Network)

PiperOrigin-RevId: 194426679
tensorflow/contrib/eager/python/network.py
tensorflow/contrib/eager/python/network_test.py