Issue
I just tried to enable eager execution in my shell which is actually showing an error:
AttributeError: module 'tensorflow' has no attribute 'enable_eager_execution'
My Tensorflow version is 2.0
can anyone tell me why am I getting this...
Thanks in advance
Solution
Tensorflow 2.0
has eager_execution enabled by default and so there is no need for you to run tf.enable_eager_execution
. Only if your running versions below 2.0
should you enable eager execution
Answered By - stephen_mugisha
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.