Skip to content

Commit

Permalink
feat(sweep): reduced batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaNG committed May 8, 2024
1 parent 3a30ff4 commit 921d951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kan_gpt/sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SweepArgs:
num_workers = [
0,
]
batch_size = [1, 2, 4, 8, 12, 16]
batch_size = [1, 2, 4, 8]
dataset = [
"tinyshakespeare",
]
Expand Down

0 comments on commit 921d951

Please sign in to comment.