我目前正在使用Tensorflow进行图像分类,在重新训练过程中,输入这些行后,我一直收到错误消息。
python tensorflow/examples/image_retraining/retrain.py \
--bottleneck_dir=/tf_files/bottlenecks \
--how_many_training_steps 500 \
--model_dir=/tf_files/inception \
--output_graph=/tf_files/retrained_graph.pb \
--output_labels=/tf_files/retrained_labels.txt \
--image_dir /tf_files/flowers
此返回的错误是-
/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents
/MacOS/Python: can't open file 'tensorflow/examples/image_retraining/retrain.py':
[Errno 2] No such file or directory
我不确定这是因为我没有正确安装tensorflow还是缺少一些安装。我在任何地方都找不到答案。
我也在运行python 2.7。 -
Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 29 2018, 17:49:27)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin