Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit bef3e91

Browse files
readme
1 parent 0d1b1a2 commit bef3e91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ pip install -e iipyper
2222
## Train a model
2323
```
2424
python scripts/lakh_prep.py --data_path /path/to/midi/files --dest_path /path/to/data/storage
25-
python scripts/train_pitch.py --data_dir /path/to/data/storage --log_dir /path/for/tensorboard logs --model_dir /path/for/checkpoints train
25+
python scripts/train_notes.py --data_dir /path/to/data/storage --log_dir /path/for/tensorboard logs --model_dir /path/for/checkpoints train
2626
```
2727

2828
## Run OSC app
2929

3030
```
3131
python examples/notepredictor/server.py --checkpoint /path/to/my/model.ckpt
3232
```
33-
open `examples/notepredictor/midi-duet.scd` in SuperCollider
33+
step through `examples/notepredictor/midi-duet.scd` in SuperCollider IDE
3434

3535
# Develop
3636

0 commit comments

Comments
 (0)