Commit c7217f43 authored by Chris Zhang's avatar Chris Zhang Committed by Martin Wicke
Browse files

Update README.md with helpful tip (#243)

parent 664d7a24
...@@ -704,6 +704,10 @@ respectively. Generally speaking, we aim for selecting the number of shards such ...@@ -704,6 +704,10 @@ respectively. Generally speaking, we aim for selecting the number of shards such
that roughly 1024 images reside in each shard. One this data set is built you that roughly 1024 images reside in each shard. One this data set is built you
are ready to train or fine-tune an Inception model on this data set. are ready to train or fine-tune an Inception model on this data set.
Note, if you are piggy backing on the flowers retraining scripts, be sure to
update `num_classes()` and `num_examples_per_epoch()` in `flowers_data.py`
to correspond with your data.
## Practical Considerations for Training a Model ## Practical Considerations for Training a Model
The model architecture and training procedure is heavily dependent on the The model architecture and training procedure is heavily dependent on the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment