使用初始模型的tensorflow重新训练不会生成retrained_labels.txt

时间:2017-10-09 17:54:49

标签: tensorflow

我关注this tutorial。我正在使用以下命令用花数据集重新训练我的模型:

python -m scripts.retrain --bottleneck_dir=tf_files/bottlenecks 
--model_dir=tf_files/models/inceptionv3 
--summaries_dir=tf_files/training_summaries/inceptionv3 
--output_graph=tf_files/retrained_graph.pb 
--output_lables=tf_files/retrained_labels.txt 
--image_dir=tf_files/flower_photos

它成功运行,最终测试精度= 91.9%(N = 664)。但它不会生成retrained_labels.txt。我在这里错过了什么吗?

1 个答案:

答案 0 :(得分:0)

--output_lables=tf_files/retrained_labels.txt
参数output_lables不正确,请将其替换为output_labels