我安装并运行Docker进行图像分类,一切都很好,直到我不得不重新训练我的模型,我使用了代码Python tensorflow/examples/image_retraining/retrain.py \
,起初错误是无法导入tensorflow,但我已正确安装tensorflow通过pip3,它在python shell中运行正常,所以我从路径中删除了Python 27,因为我认为它在某种程度上被重定向,但我仍然有anaconda版本的python 27,并且现在弹出错误是
C:\Program Files\Anaconda2\python.exe: can't open file 'tensorflow/examples/image_retraining/retrain.py': [Errno 2] No such file or directory