diff --git a/research/deeplab/local_test.sh b/research/deeplab/local_test.sh index 65c827af475..0e4ed9b93dd 100644 --- a/research/deeplab/local_test.sh +++ b/research/deeplab/local_test.sh @@ -86,7 +86,7 @@ python "${WORK_DIR}"/train.py \ --train_crop_size=513 \ --train_batch_size=4 \ --training_number_of_steps="${NUM_ITERATIONS}" \ - --fine_tune_batch_norm=true \ + --fine_tune_batch_norm=false \ --tf_initial_checkpoint="${INIT_FOLDER}/deeplabv3_pascal_train_aug/model.ckpt" \ --train_logdir="${TRAIN_LOGDIR}" \ --dataset_dir="${PASCAL_DATASET}"