Advertisement
Guest User

retrain.sh

a guest
Jul 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. python tensorflow/examples/image_retraining/retrain.py \
  4. --bottleneck_dir=/tf_files/bottlenecks \
  5. --how_many_training_steps 5000 \
  6. --model_dir=/tf_files/inception \
  7. --output_graph=/tf_files/retrained_graph.pb \
  8. --output_labels=/tf_files/retrained_lavels.txt \
  9. --image_dir /tf_files/Train/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement