Преглед на файлове

Fix scope on inception v3 logit layer in README.

Addresses issue #619.
Paul Ledbetter преди 9 години
родител
ревизия
05ade19b79
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      slim/README.md

+ 2 - 2
slim/README.md

@@ -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
 ```