-
Notifications
You must be signed in to change notification settings - Fork 46
deprecated message running retrain.py #9
Description
Execute python3 retrain.py --image_dir training_images/ --output_graph output/saved_model.pb --output_labels output/saved_model.pbtxt --how_many_training_steps 4000 --learning_rate 0.30 --testing_percentage 25 --validation_percentage 25 --eval_step_interval 50 --train_batch_size 2000 --test_batch_size -1 --validation_batch_size -1 --bottleneck_dir /tmp/bottleneck
Messages:
WARNING:tensorflow:From retrain.py:1333: The name tf.app.run is deprecated. Please use tf.compat.v1.app.run instead.
WARNING:tensorflow:From retrain.py:989: The name tf.logging.set_verbosity is deprecated. Please use tf.compat.v1.logging.set_verbosity instead.
W1004 12:24:52.106491 4313146816 deprecation_wrapper.py:119] From retrain.py:989: The name tf.logging.set_verbosity is deprecated. Please use tf.compat.v1.logging.set_verbosity instead.
WARNING:tensorflow:From retrain.py:989: The name tf.logging.INFO is deprecated. Please use tf.compat.v1.logging.INFO instead.
W1004 12:24:52.106732 4313146816 deprecation_wrapper.py:119] From retrain.py:989: The name tf.logging.INFO is deprecated. Please use tf.compat.v1.logging.INFO instead.
WARNING:tensorflow:From retrain.py:914: The name tf.gfile.Exists is deprecated. Please use tf.io.gfile.exists instead.
W1004 12:24:52.106897 4313146816 deprecation_wrapper.py:119] From retrain.py:914: The name tf.gfile.Exists is deprecated. Please use tf.io.gfile.exists instead.
WARNING:tensorflow:From retrain.py:915: The name tf.gfile.DeleteRecursively is deprecated. Please use tf.io.gfile.rmtree instead.
W1004 12:24:52.107104 4313146816 deprecation_wrapper.py:119] From retrain.py:915: The name tf.gfile.DeleteRecursively is deprecated. Please use tf.io.gfile.rmtree instead.
WARNING:tensorflow:From retrain.py:916: The name tf.gfile.MakeDirs is deprecated. Please use tf.io.gfile.makedirs instead.
W1004 12:24:52.108059 4313146816 deprecation_wrapper.py:119] From retrain.py:916: The name tf.gfile.MakeDirs is deprecated. Please use tf.io.gfile.makedirs instead.
WARNING:tensorflow:From retrain.py:169: The name tf.gfile.Walk is deprecated. Please use tf.io.gfile.walk instead.
W1004 12:24:52.108767 4313146816 deprecation_wrapper.py:119] From retrain.py:169: The name tf.gfile.Walk is deprecated. Please use tf.io.gfile.walk instead.
WARNING:tensorflow:From retrain.py:181: The name tf.logging.info is deprecated. Please use tf.compat.v1.logging.info instead.
W1004 12:24:54.436023 4313146816 deprecation_wrapper.py:119] From retrain.py:181: The name tf.logging.info is deprecated. Please use tf.compat.v1.logging.info instead.
INFO:tensorflow:Looking for images in '_negative'
I1004 12:24:54.436197 4313146816 retrain.py:181] Looking for images in '_negative'
WARNING:tensorflow:From retrain.py:184: The name tf.gfile.Glob is deprecated. Please use tf.io.gfile.glob instead.
W1004 12:24:54.436317 4313146816 deprecation_wrapper.py:119] From retrain.py:184: The name tf.gfile.Glob is deprecated. Please use tf.io.gfile.glob instead.