Skip to content

Commit 393c48a

Browse files
authored
Add sentence to lr scheduler notebook (#1099)
1 parent 2337b5b commit 393c48a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎notebooks/Learning_Rate_Scheduler.ipynb‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@
138138
"- Reduces the learning rate in a cosine curve over 10 epochs (T_max=10).\n",
139139
"- Periodically resets the learning rate, promoting exploration of the loss landscape.\n",
140140
"\n",
141-
"We will now train the neural network with different LR Schedulers."
141+
"We will now train the neural network with different LR Schedulers.\n",
142+
"\n",
143+
"Note: We are training with synthetic data. The breast cancer dataset can also be used."
142144
]
143145
},
144146
{

0 commit comments

Comments
 (0)