소스 검색

Update README.md with helpful tip (#243)

Chris Zhang 9 년 전
부모
커밋
c7217f43b0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      inception/README.md

+ 4 - 0
inception/README.md

@@ -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
 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
 
 The model architecture and training procedure is heavily dependent on the