Skip to content

Commit

Permalink
tune
Browse files Browse the repository at this point in the history
  • Loading branch information
huntzhan committed Nov 25, 2022
1 parent 7c8e992 commit a641cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/adaptive_scaling/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class EpochConfig:
num_epochs: int = 110
num_page_char_regression_labels: int = 200
train_num_batches: int = 1000
train_batch_size: int = 8
train_batch_size: int = 6
train_rng_seed: int = 13371
train_num_processes: int = 10
dev_num_batches: int = 70
Expand Down

0 comments on commit a641cf2

Please sign in to comment.