Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Fixed grammatical errors such as 'tensorboatd'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maville-07 authored Feb 11, 2024
1 parent 03b9bb4 commit 678def6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions get-started/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Configure the training parameters according to your needs.
- **Save Only Latest:** Save a single .pth file (final model)
- **Save Every Weights:** Saves a .pth file of the process when a cycle of **'Save Every Epoch'** is completed.
- **Custom Pretrained:** just like the name, uses the Custom Pretrained that are loaded in applio.
- **GPU Setinggs:** Select which of your GPUs you are going to use (only for users who have more than one GPU).
- **GPU Settings:** Select which of your GPUs you are going to use (only for users who have more than one GPU).

---
Once configured, press **_'Start training'_** to start the process, everything is registered in the **applio CMD.**
Expand All @@ -63,12 +63,12 @@ Once configured, press **_'Start training'_** to start the process, everything i
1. Once training is completed, generate the index file by clicking the "Train Feature Index" button.
|||

How to use the tensorboatd? Check out the [Tensorboard](./tensorboard.md) section.
How to use the Tensorbard? Check out the [Tensorboard](./tensorboard.md) section.

!!!secondary Retrainig
In case you want to retrain your model, just put the name of your model and the same settings from step 4, please note that you will have to specify the number of epochs you want your model to reach and start training.
!!!

!!!info Info
Your trained model will be found in a folder with your model name inside the logs folder and the pth files that are saved during the training in the folder named zips.
!!!
!!!

0 comments on commit 678def6

Please sign in to comment.