You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lightning_examples/finetuning-scheduler/finetuning-scheduler.py
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
# %% [markdown]
25
25
# ## Basic Usage
26
26
#
27
-
# If no finetuning schedule is user-provided, ``FinetuningScheduler`` will generate a
27
+
# If no finetuning schedule is provided by the user, ``FinetuningScheduler`` will generate a
28
28
# [default schedule](#The-Default-Finetuning-Schedule) and proceed to finetune according to the generated schedule, using default ``FTSEarlyStopping`` and ``FTSCheckpoint`` callbacks with ``monitor=val_loss``.
0 commit comments