TensorFlow

TensorFlow

References:

https://www.tensorflow.org/versions/master/tutorials/layers

https://www.tensorflow.org/serving/tutorials/Serving_REST_simple

Retrain:
python retrain_ORIG.py --bottleneck_dir=/tf_files/bottlenecks --how_many_training_steps=500 --model_dir=/tf_files/inception --output_graph=/tf_files/retrained_graph.pb --output_labels=/tf_files/retrained_labels.txt --image_dir=/tf_files/train_images/ --summaries_dir=/tmp/retrain_logs

TensorBoard

tensorboard --logdir=name1:/path/to/logs/1,name2:/path/to/logs/2

Commands

!saved_model_cli show --dir {export_path} --all

Example:
saved_model_cli show --dir train_strawberrydc_iter5_labEq_combo_augmented_both_167/saved_model --all

To check versions

pip show keras
Name: Keras
Version: 2.1.2

pip show tensorflow-gpu
Name: tensorflow-gpu
Version: 1.3.0

Mask R-CNN

Last updated

Was this helpful?