We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a684cf0 + a0781f8 commit 441cf4bCopy full SHA for 441cf4b
PyTorch/LanguageModeling/BERT/run.sub
@@ -41,7 +41,7 @@ STEPS_THIS_RUN=${STEPS_THIS_RUN:-"none"}
41
GPUS=${GPUS:-"8"}
42
# The bin size for binned LDDL data loading. 'none' or an integer that divides
43
# 128 (for Phase1) or 512 (for Phase2).
44
-BIN_SIZE=${BIN_SIZE:-"none"}
+BIN_SIZE=${BIN_SIZE:-"64"}
45
# Number of parquet shards per each LDDL data loader worker process. 'none' or
46
# an integer.
47
NUM_SHARDS_PER_WORKER=${NUM_SHARDS_PER_WORKER:-"none"}
0 commit comments