Commit 05ade19b authored by Paul Ledbetter's avatar Paul Ledbetter
Browse files

Fix scope on inception v3 logit layer in README.

Addresses issue #619.
parent e5cae330
...@@ -295,8 +295,8 @@ $ python train_image_classifier.py \ ...@@ -295,8 +295,8 @@ $ python train_image_classifier.py \
--dataset_split_name=train \ --dataset_split_name=train \
--model_name=inception_v3 \ --model_name=inception_v3 \
--checkpoint_path=${CHECKPOINT_PATH} \ --checkpoint_path=${CHECKPOINT_PATH} \
--checkpoint_exclude_scopes=InceptionV3/Logits,InceptionV3/AuxLogits/Logits \ --checkpoint_exclude_scopes=InceptionV3/Logits,InceptionV3/AuxLogits \
--trainable_scopes=InceptionV3/Logits,InceptionV3/AuxLogits/Logits --trainable_scopes=InceptionV3/Logits,InceptionV3/AuxLogits
``` ```
......
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