我已根据以下链接https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#0成功执行使用docker工具箱的tensorflow重新训练示例
然而,我现在有兴趣在本机windows environemnt中执行相同的示例,因为我认为tensorboard很容易使用。 我正在寻找与docker
中输入的以下命令等效的窗口python tensorflow / examples / image_retraining / retrain.py \
- bottleneck_dir = / tf_files / bottlenecks \
- model_dir = / tf_files / inception \
- output_graph = / tf_files / retrained_graph.pb \
- output_labels = / tf_files / retrained_labels.txt \
- image_dir / tf_files / flower_photos
如果有些身体可以提供帮助。提前致谢
答案 0 :(得分:0)
如果正确安装了python / Tensorflow并且您在正确的目录中,那么应该可以正常工作。你可能不得不将它们全部移到一行上。
e.g。 python tensorflow/examples/image_retraining/retrain.py --bottleneck_dir=/tf_files/bottlenecks/
等。