Skip to content

Commit 8e43776

Browse files
authored
Update training.mdx
1 parent 3ab43fe commit 8e43776

File tree

1 file changed

+18
-1
lines changed
  • apps/applio-docs/src/content/docs/getting-started

1 file changed

+18
-1
lines changed

apps/applio-docs/src/content/docs/getting-started/training.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,21 @@ Your trained models are saved in the `logs` folder. You can also export them dir
8888

8989
<Aside type="tip">
9090
You can often get better results by using a [pre-trained model](/getting-started/pretrained) as a starting point for your training.
91-
</Aside>
91+
</Aside>
92+
93+
### Resume Training (Optional)
94+
95+
If you want to continue training a model you've already started, follow these steps to resume from where you left off:
96+
97+
<Steps>
98+
1. **Select Your Model** from the dropdown menu.
99+
2. Make sure to **select the same original sample rate** that you used when you started training (e.g., `32k`, `40k`, or `48k`).
100+
3. Scroll down to the **Training** section.
101+
4. Choose the **same batch size** you used previously.
102+
5. Set a **new max epoch value** that is higher than your current one. For example, if your last completed epoch was 200, you can set this to 400 to continue training up to that point.
103+
6. Click the **Start Training** button to resume training from the latest saved checkpoint.
104+
</Steps>
105+
106+
<Aside type="note">
107+
Make sure your previously saved model checkpoints are still in the `logs` directory. Applio will automatically load the latest checkpoint and continue from there.
108+
</Aside>

0 commit comments

Comments
 (0)