We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi,
I'm also getting the same errors about deprecated methods.
System Setup:
Windows 10
Python 3.7
tensorflow 1.14.0
tensorflow-estimator 1.14.0
tensorflow-hub 0.5.0
absl-py 0.7.1
astor 0.8.0
gast 0.2.2
google-pasta 0.1.7
grpcio 1.22.0
h5py 2.9.0
Keras-Applications 1.0.8
Keras-Preprocessing 1.1.0
Markdown 3.1.1
numpy 1.17.0
Pillow 6.1.0
pip 19.2.1
protobuf 3.9.0
setuptools 41.0.1
six 1.12.0
tensorboard 1.14.0
termcolor 1.1.0
Werkzeug 0.15.5
wheel 0.33.4
wrapt 1.11.2
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
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
Sorry, something went wrong.
No branches or pull requests
i'm running this script, from learning example:
And I'm getting a lot notification about deprecated methods.
for example: The name tf.app.run is deprecated
The text was updated successfully, but these errors were encountered: