Changes to TensorFLow after this course #128
srikrishna76
started this conversation in
General
Replies: 1 comment 1 reply
-
Thank you for the heads up! You can also use:
And it should print out the current version you're using. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I started following this tutorial on 10th June 2021. I will post what I see as the changes to TF after this course.
print(tf.version) no longer works. Now it is tf.version
NOTE:- For some reason the underscore I typed before the version is not showing
The output of tf.version is no longer 2.3.0 but as below
module 'tensorflow._api.v2.version' from '/usr/local/lib/python3.7/dist-packages/tensorflow/_api/v2/version/init.py'>
Beta Was this translation helpful? Give feedback.
All reactions