Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Sep 17, 2024
1 parent ce4fb93 commit f770406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/jupyter-src/juliacon_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,9 @@
"source": [
"# check if the train function is working for a set of given (random) hyperparameters\n",
"# ([ ETA, BETA1, BETA2, BATCHDUR, LASTWEIGHT, SCHEDULER, LOSS], RESOURCE, INDEX)\n",
"train!([0.0001, 0.9, 0.999, 4.0, 0.7, :Random, :MSE], 8.0, 1) "
"train!([0.0001, 0.9, 0.999, 4.0, 0.7, :Random, :MSE], 8.0, 1) \n",
"\n",
"# for hyper parameter optimization, uncomment the line above!"
]
},
{
Expand Down

0 comments on commit f770406

Please sign in to comment.