Skip to content

Commit

Permalink
fix(katib): Increase experiment batch-size (#93)
Browse files Browse the repository at this point in the history
Increase experiment's batch-size in order for the experiment to perform 
less training and thus complete earlier. The UAT's role is to confirm that 
the controller works, rather than run a full experiment training.

Fixes canonical/katib-operators#211
  • Loading branch information
orfeas-k authored Jul 17, 2024
1 parent d1531e0 commit 6a3edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/notebooks/katib/katib-integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
" \"python3\",\n",
" \"/opt/pytorch-mnist/mnist.py\",\n",
" \"--epochs=1\",\n",
" \"--batch-size=64\",\n",
" \"--batch-size=16384\",\n",
" \"--lr=${trialParameters.learningRate}\",\n",
" \"--momentum=${trialParameters.momentum}\",\n",
" ]\n",
Expand Down

0 comments on commit 6a3edd6

Please sign in to comment.