Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ I will train a checkpoint on a larger enough dataset one of these days after fig
|
|
| 22 |
# Training
|
| 23 |
|
| 24 |
```bash
|
| 25 |
-
python train_boson_mixed_precision.py --data_csv "yourdata.csv" \
|
| 26 |
--config config.json --batch_size 42 \
|
| 27 |
--use_mixed_precision \
|
| 28 |
--use_discriminator
|
|
|
|
| 22 |
# Training
|
| 23 |
|
| 24 |
```bash
|
| 25 |
+
python train_boson_mixed_precision.py --data_csv "yourdata.csv" \ # full path to your audio files, the format can be anything .mp3 .wav .ogg etc.
|
| 26 |
--config config.json --batch_size 42 \
|
| 27 |
--use_mixed_precision \
|
| 28 |
--use_discriminator
|