Skip to content

Commit 3ef7bbc

Browse files
authored
Update deeplab/local_test.sh (tensorflow#8517)
To fix the following error: File "/usr/local/lib/python3.6/dist-packages/absl/flags/_flagvalues.py", line 698, in get_value raise _exceptions.Error('Missing value for flag ' + arg) # pylint: disable=undefined-loop-variable absl.flags._exceptions.Error: Missing value for flag -v
1 parent 6f7a682 commit 3ef7bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/deeplab/local_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CURRENT_DIR=$(pwd)
3737
WORK_DIR="${CURRENT_DIR}/deeplab"
3838

3939
# Run model_test first to make sure the PYTHONPATH is correctly set.
40-
python "${WORK_DIR}"/model_test.py -v
40+
python "${WORK_DIR}"/model_test.py
4141

4242
# Go to datasets folder and download PASCAL VOC 2012 segmentation dataset.
4343
DATASET_DIR="datasets"

0 commit comments

Comments
 (0)