Skip to content

Commit

Permalink
Change the max_steps from 5 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JQGoh committed Mar 1, 2024
1 parent 8d6f423 commit 6064449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,7 @@
" params = {\n",
" \"h\": 12, \n",
" \"input_size\": 24, \n",
" \"max_steps\": 5, \n",
" \"max_steps\": 1, \n",
" \"optimizer\": torch.optim.Adadelta, \n",
" \"optimizer_kwargs\": {\"lr\": 0.8, \"rho\": 0.45}\n",
" }\n",
Expand Down

0 comments on commit 6064449

Please sign in to comment.