Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ The corpus consists of a single speaker, with 4515 segments extracted from [this
|
|
16 |
|
17 |
## Training
|
18 |
The model was trained on a single RTX 3090 GPU for 3 days, 200K steps with a batchsize of 16.
|
19 |
-
We saved some checkpoints with the optimizers, so the model could be train further, however we didn't
|
20 |
|
21 |
## Usage
|
22 |
The model `diana_final.pth` can be used with [JayWalnut's git repo](https://github.com/jaywalnut310/vits), but you have to modify the `text/cleaners.py` file to contain our `hungarian_cleaners` method.
|
|
|
16 |
|
17 |
## Training
|
18 |
The model was trained on a single RTX 3090 GPU for 3 days, 200K steps with a batchsize of 16.
|
19 |
+
We saved some checkpoints with the optimizers, so the model could be train further, however we didn't find any noticable effect after step 150K.
|
20 |
|
21 |
## Usage
|
22 |
The model `diana_final.pth` can be used with [JayWalnut's git repo](https://github.com/jaywalnut310/vits), but you have to modify the `text/cleaners.py` file to contain our `hungarian_cleaners` method.
|