AttributeError: module 'tensorflow.python.training.checkpointable' has no attribute 'CheckpointableBase'
然后安装tensorflow
Pip install tensorflow-gpu==1.12.0
Pip install tensorflow==1.12.0
注意版本号一致,因为tensorflow-gpu对tensorflow有依赖性。
然后运行命令就成功了
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:AttributeError: module ‘tensorflow.python.training.checkpointable’ has no attribute ‘CheckpointableBase’ - Python技术站