问题描述
在运行代码时,出现如下错误:
1 | **balabala** |
解决方法
来自tensorflow的github issue
ISSUE FIXED for me
Indeed the command “conda install tensorflow-gpu==2.1.0” installed version 2.2.0 of tensorflow-estimator.
After “conda install tensorflow-estimator==2.1.0” everything works fine