Skip to content

Commit

Permalink
Increase batch_size
Browse files Browse the repository at this point in the history
  • Loading branch information
jmisilo committed Nov 15, 2022
1 parent 311dec3 commit 92f9623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Config:
epochs: int = 150
lr: int = 3e-3
k: float = 0.33
batch_size_exp: int = 6
batch_size_exp: int = 7
ep_len: int = 4
num_layers: int = 6
n_heads: int = 16
Expand Down

0 comments on commit 92f9623

Please sign in to comment.