Skip to content

Commit

Permalink
Fix scope on inception v3 logit layer in README.
Browse files Browse the repository at this point in the history
Addresses issue tensorflow#619.
  • Loading branch information
plediii committed Nov 10, 2016
1 parent e5cae33 commit 05ade19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ $ python train_image_classifier.py \
--dataset_split_name=train \
--model_name=inception_v3 \
--checkpoint_path=${CHECKPOINT_PATH} \
--checkpoint_exclude_scopes=InceptionV3/Logits,InceptionV3/AuxLogits/Logits \
--trainable_scopes=InceptionV3/Logits,InceptionV3/AuxLogits/Logits
--checkpoint_exclude_scopes=InceptionV3/Logits,InceptionV3/AuxLogits \
--trainable_scopes=InceptionV3/Logits,InceptionV3/AuxLogits
```


Expand Down

0 comments on commit 05ade19

Please sign in to comment.