Skip to content

Commit aa54d71

Browse files
committed
BUG: change config.
1 parent c21bc98 commit aa54d71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

barcodebert/pretraining.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,12 @@ def get_parser():
14471447
default=660,
14481448
help="Maximum length of input sequences. Default: %(default)s",
14491449
)
1450+
group.add_argument(
1451+
"--lazy_load",
1452+
"--lazy-load",
1453+
action="store_true",
1454+
help="Use lazy loading for the dataset. Default: False",
1455+
)
14501456
# Architecture args -------------------------------------------------------
14511457
group = parser.add_argument_group("Architecture")
14521458
group.add_argument(

0 commit comments

Comments
 (0)