Codelab教程tensorflow错误xxx

时间:2019-11-10 21:00:42

标签: python tensorflow machine-learning cmd pip

一旦我在Windows 10张量流版本1.7.1上运行以下代码

python -m scripts.retrain \
  --bottleneck_dir=tf_files/bottlenecks \
  --how_many_training_steps=500 \
  --model_dir=tf_files/models/ \
  --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

我收到以下错误

line 1326, in <module>
    tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
AttributeError: module 'tensorflow' has no attribute 'app'

有人可以帮我吗?(

1 个答案:

答案 0 :(得分:0)

参见此处:tensorflow retrain.py app.run() got unexpected keyword argument 'argv'

我认为您需要更新张量流的版本。