Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 1a6e1bd

Browse files
Bordarohitgr7
andauthored
Apply suggestions from code review
Co-authored-by: Rohit Gupta <[email protected]>
1 parent a269bbb commit 1a6e1bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning_examples/finetuning-scheduler/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: "[Dan Dale](https://github.com/speediedan)"
33
created: 2021-11-29
44
updated: 2022-06-10
55
license: CC BY-SA
6-
build: 4
6+
build: 0
77
tags:
88
- Finetuning
99
description: |

lightning_examples/finetuning-scheduler/finetuning-scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def configure_optimizers(self):
530530
# justified [(Loshchilov & Hutter, 2016)](#f4), the particular values provided here are primarily empircally driven.
531531
#
532532
# [FinetuningScheduler](https://finetuning-scheduler.readthedocs.io/en/stable/api/finetuning_scheduler.fts.html#finetuning_scheduler.fts.FinetuningScheduler) also supports LR scheduler
533-
# reinitialization in both explicit and implicit finetuning schedule modes. See the [advanced usage documentation](https://finetuning-scheduler.readthedocs.io/en/stable/advanced/lr_scheduler_reinitialization.html) for explanations and demonstration of the extensions' support for more complex requirements.
533+
# reinitialization in both explicit and implicit finetuning schedule modes. See the [advanced usage documentation](https://finetuning-scheduler.readthedocs.io/en/stable/advanced/lr_scheduler_reinitialization.html) for explanations and demonstration of the extension's support for more complex requirements.
534534
# </div>
535535

536536

0 commit comments

Comments
 (0)