Skip to content

Commit b3d5ea2

Browse files
committed
change INITIAL_BATCH_SIZE for voc 19-1 to 12
1 parent 17d3df6 commit b3d5ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/voc/lgkd_19-1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "Writing in ${RESULTSFILE}"
3737
# And for the second step, this option:
3838
# --step_ckpt ${FIRSTMODEL}
3939

40-
INITIAL_BATCH_SIZE=8
40+
INITIAL_BATCH_SIZE=12
4141
BATCH_SIZE=12
4242
INITIAL_EPOCHS=30
4343
EPOCHS=30

scripts/voc/plop_19-1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "Writing in ${RESULTSFILE}"
3737
# And for the second step, this option:
3838
# --step_ckpt ${FIRSTMODEL}
3939

40-
INITIAL_BATCH_SIZE=8
40+
INITIAL_BATCH_SIZE=12
4141
BATCH_SIZE=12
4242
INITIAL_EPOCHS=30
4343
EPOCHS=30

0 commit comments

Comments
 (0)