googlecodelabs / tensorflow-for-poets-2

Apache License 2.0
508 stars 464 forks source link

A lot of deprecated things and critical error in the end #128

Open taime opened 5 years ago

taime commented 5 years ago

i'm running this script, from learning example:

python scripts/retrain.py --output_graph=tf_files/retrained_graph.pb --output_labels=tf_files/retrained_labels.txt --image_dir=tf_files/flower_photos

And I'm getting a lot notification about deprecated methods. for example: The name tf.app.run is deprecated

poiterw commented 5 years ago

Hi,

I'm also getting the same errors about deprecated methods.

System Setup:

cmd run: python C:\Users\[Blank]\tensorflow-for-poets-2\scripts\label_image.py --graph=tf_files\retrained_graph.pb --image=C:\Users\[Blank]\tf_interception\Test\testpic.jpg

results: Results.txt