Skip to content

Commit

Permalink
smaller training sets for sample_packing
Browse files Browse the repository at this point in the history
  • Loading branch information
gongy committed Feb 15, 2024
1 parent 0501c25 commit aaa3b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/prep_for_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ def main(config: str, data: str):
cfg = yaml.safe_load(f.read())

if cfg["sample_packing"]:
train_set_size = 4000
train_set_size = 2048
else:
train_set_size = 1000
train_set_size = 1024
val_set_size = 64

cfg["val_set_size"] = val_set_size
Expand Down

0 comments on commit aaa3b68

Please sign in to comment.