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
The tutorial no longer works with the specified python and tensorflow versions. I got the following error message when working in an environment with python=3.7 and tensorflow=1.13.1
from tensorflow.python.framework import device_spec as tf_device
ImportError: cannot import name 'device_spec' from 'tensorflow.python.framework' (C:\Users\XXX\anaconda3\envs\yourevname\lib\site-packages\tensorflow\python\framework_init_.py)
The text was updated successfully, but these errors were encountered:
The tutorial no longer works with the specified python and tensorflow versions. I got the following error message when working in an environment with python=3.7 and tensorflow=1.13.1
from tensorflow.python.framework import device_spec as tf_device
ImportError: cannot import name 'device_spec' from 'tensorflow.python.framework' (C:\Users\XXX\anaconda3\envs\yourevname\lib\site-packages\tensorflow\python\framework_init_.py)
The text was updated successfully, but these errors were encountered: