Skip to content

Commit ec94dfa

Browse files
authored
syntax error : download_and_convert_VOC2012.sh
Probable syntax error in line 43. Remove "function" for execution.
1 parent 875fcb3 commit ec94dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/deeplab/datasets/download_and_convert_voc2012.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mkdir -p ${WORK_DIR}
4040
cd ${WORK_DIR}
4141

4242
# Helper function to download and unpack VOC 2012 dataset.
43-
function download_and_uncompress() {
43+
download_and_uncompress() {
4444
local BASE_URL=${1}
4545
local FILENAME=${2}
4646

0 commit comments

Comments
 (0)