-
Notifications
You must be signed in to change notification settings - Fork 0
21-projects-for-deep-learning/Simple_Transfer_Learning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
``` python -m scripts.retrain \ --bottleneck_dir=tf_files/bottlenecks \ --how_many_training_steps=500 \ --model_dir=tf_files/models/ \ --summaries_dir=tf_files/training_summaries/"inception_v3" \ --output_graph=tf_files/retrained_graph.pb \ --output_labels=tf_files/retrained_labels.txt \ --architecture="inception_v3" \ --image_dir=tf_files/datasets ``` ``` python -m scripts.label_image \ --graph=tf_files/retrained_graph.pb \ --image=tf_files/test.jpg ```
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published