Skip to content

Commit c00c038

Browse files
Rename Example 3 to long-running experiment simulator
Updated the title of Example 3 to reflect its purpose.
1 parent 35609a6 commit c00c038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ trainer = Trainer(max_epochs=10, logger=LightningLogger(), log_every_n_steps=10)
9595
trainer.fit(LoggingBoringModel(), BoringDataModule())
9696
```
9797

98-
### Example 3: loss simulator
98+
### Example 3: long-running experiment simulator
9999
This is a fun example that simulates a long model training run.
100100

101101
<details>

0 commit comments

Comments
 (0)