Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Feb 5, 2024
1 parent 593eeed commit fadca2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/prep_for_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
def main(config: str, data: str):
"""Set the config for lighter-weight training and truncate the dataset."""
cfg = yaml.safe_load(config)
print(cfg)
cfg["sequence_len"] = 1024
cfg["val_set_size"] = 32
cfg["num_epochs"] = 2
Expand Down

0 comments on commit fadca2b

Please sign in to comment.