Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 441cf4b

Browse filesBrowse files
committed
Merge: [BERT/PyT] set default bin size to 64 for phase2
2 parents a684cf0 + a0781f8 commit 441cf4b
Copy full SHA for 441cf4b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
  • PyTorch/LanguageModeling/BERT
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎PyTorch/LanguageModeling/BERT/run.sub‎

Copy file name to clipboardExpand all lines: PyTorch/LanguageModeling/BERT/run.sub
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ STEPS_THIS_RUN=${STEPS_THIS_RUN:-"none"}
4141
GPUS=${GPUS:-"8"}
4242
# The bin size for binned LDDL data loading. 'none' or an integer that divides
4343
# 128 (for Phase1) or 512 (for Phase2).
44-
BIN_SIZE=${BIN_SIZE:-"none"}
44+
BIN_SIZE=${BIN_SIZE:-"64"}
4545
# Number of parquet shards per each LDDL data loader worker process. 'none' or
4646
# an integer.
4747
NUM_SHARDS_PER_WORKER=${NUM_SHARDS_PER_WORKER:-"none"}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.