在安装过程中意外取消了inceptionV3,现在无法安装

时间:2018-01-17 07:51:55

标签: python tensorflow

我正在为图像分类设置tensorflow,并且在我跑完之后:

 -m scripts.retrain 
--bottleneck_dir=tf_files/bottlenecks 
--model_dir=tf_files/models/"${ARCHITECTURE}" 
--summaries_dir=tf_files/training_summaries/"${ARCHITECTURE}" 
--output_graph=tf_files/retrained_graph.pb 
--output_labels=tf_files/retrained_labels.txt 
--architecture="${ARCHITECTURE}" 
--image_dir=tf_files/flower_photos

它自动开始安装开始,我意识到我需要更改一些选项,所以我取消了安装的开始。 现在我相信我有半安装不能让我安装完整包或使用半包。

我可能错了,但任何建议都会受到赞赏。 仅供参考:我跑了: pip install inception,我收到了一个" python setup.py egg_info"在{my local / temp dir}

中失败并显示错误代码1

我也尝试再次运行scripts.retrain,我收到了一个" EOFError:压缩文件,在达到流结束标记之前结束了#34;

在Windows 7上运行

0 个答案:

没有答案