googlecodelabs / tensorflow-for-poets-2

Apache License 2.0
509 stars 463 forks source link

tf_files #27

Open alex-sanders opened 6 years ago

alex-sanders commented 6 years ago

Is tf_files supposed to be empty?

Where is this content: tf_files/models/ tf_files/training_summaries/ tf_files/retrained_graph.pb tf_files/retrained_labels.txt

Thank you!

hcchengithub commented 6 years ago

They are created after you run the retrain.
python -m scripts.retrain . . . .

SagarSharma4244 commented 6 years ago

I think you are at step 3, complete 4 and 5 then look for tf_files/optimized_graph.pb tf_files/rounded_graph.pb go back to this page of TensorFlow for Poets 2: Optimize for Mobile page