Skip to content

Commit

Permalink
feat(sweep): slower learning rate
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaNG committed May 8, 2024
1 parent 5a5787b commit edc0813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kan_gpt/sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ class SweepArgs:
dummy_dataset = [
False,
]
learning_rate = [5e-3, 5e-4, 5e-5, 5e-6]
learning_rate = [5e-5, 5e-6, 5e-7]
max_iters = [
4000,
8000,
]
num_workers = [
0,
Expand Down

0 comments on commit edc0813

Please sign in to comment.