tensorflow-eager-tutorials icon indicating copy to clipboard operation
tensorflow-eager-tutorials copied to clipboard

Change tfe to tf

Open iamaziz opened this issue 7 years ago • 0 comments

Please note that eager execution is now officially included in the main module. So, no need for import tensorflow.contrib.eager as tfe. With that said, all occurences of tfe might need to be changed to tf, since all methods can be now accessed direclty from tf.

e.g.

tfe.GradientTape() --> tf.GradientTape()

iamaziz avatar Sep 18 '18 06:09 iamaziz