You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gargprince1702 please check your version of TensorFlow installation. TF2.0 doesn't have session in the main namespace. Instead it is present in the compatibility namespace.
So to use Session in TF2.0
This is what you need to do.
Tensorflow Version: 1.14
OS Version: Elementary OS Loki
Built from Source: No
Code to Reproduce:
Current Output
Error Thrown
PyFunc:0 not Found
Expected Output:
No Error
CC: @srjoglekar246
The text was updated successfully, but these errors were encountered: