输入:python tensorflow/examples/image_retraining/retrain.py --bottleneck_dir=/Potholes/bottleneck --how_many_training_steps 100 --model_dir=/Potholes/inception --output_graph=/Potholes/retrained_graph.pb --output_labels=/Potholes/retrained_labels.txt --image_dir /Potholes/Potholes/..
使用docker进行tensorflow并训练Inception模型的上层并在重新训练模型时出现跟随错误。
最佳答案
docker run -it-v $ HOME / tf_files:/ tf_files(Tensorflow路径)
关于python - tensorflow:标签创建分类培训中没有图像吗?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/47634655/