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
我用的是conda的虚拟环境,tf1.5,但是每次运行实例代码(inference和video transfer)总会出错,不知道问题在哪里呢?google说的是升级tf2.0,感觉问题不在这里.. from tensorflow_estimator.python.estimator import estimator File "C:\Users\XU\.conda\envs\anime\lib\site-packages\tensorflow_estimator\python\estimator\estimator.py", line 36, in <module> from tensorflow.python.profiler import trace ImportError: cannot import name 'trace'
The text was updated successfully, but these errors were encountered:
我用的是conda的虚拟环境,tf1.5,但是每次运行实例代码(inference和video transfer)总会出错,不知道问题在哪里呢?google说的是升级tf2.0,感觉问题不在这里..
from tensorflow_estimator.python.estimator import estimator File "C:\Users\XU\.conda\envs\anime\lib\site-packages\tensorflow_estimator\python\estimator\estimator.py", line 36, in <module> from tensorflow.python.profiler import trace ImportError: cannot import name 'trace'
The text was updated successfully, but these errors were encountered: