Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ This model is an unconditional MIDI classic piano music generator trained on the
|
|
| 22 |
To use this model and generate your own music, just download `model.pt` and `use.py` and run it with Python3. Have fun :D
|
| 23 |
|
| 24 |
## Training code
|
| 25 |
-
|
| 26 |
|
| 27 |
## Training data
|
| 28 |
We trained on [https://storage.googleapis.com/magentadata/datasets/maestro/v3.0.0/maestro-v3.0.0-midi.zip](https://storage.googleapis.com/magentadata/datasets/maestro/v3.0.0/maestro-v3.0.0-midi.zip).
|
|
|
|
| 22 |
To use this model and generate your own music, just download `model.pt` and `use.py` and run it with Python3. Have fun :D
|
| 23 |
|
| 24 |
## Training code
|
| 25 |
+
Use `train.py`.
|
| 26 |
|
| 27 |
## Training data
|
| 28 |
We trained on [https://storage.googleapis.com/magentadata/datasets/maestro/v3.0.0/maestro-v3.0.0-midi.zip](https://storage.googleapis.com/magentadata/datasets/maestro/v3.0.0/maestro-v3.0.0-midi.zip).
|