Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuitarML committed Mar 12, 2021
1 parent df4dcde commit 735c7c1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ for the tone training to work.
3. On Windows, a terminal window should pop up and execute the training script. Mac suppresses the terminal and runs in the background.
The percent complete status should update in the plugin. If it remains at 0, or seems to get stuck, stop the training by clicking
the button.
Note: To troubleshoot, navigate to the SmartAmpPro directory, open a cmd prompt and manually run train.py with the appropriate command.

Note: To troubleshoot or run training manually, navigate to the SmartAmpPro directory, open a cmd prompt and run train.py with the appropriate command.
```
# For single stereo wav file recorded from SmartAmpPro:
"python train.py input.wav model_name"
# For a stereo (two channel) wav file recorded from SmartAmpPro "Start Capture" button:
python train.py stereo.wav model_name
# For two mono wav files:
"python train.py input.wav model_name --out_file=output.wav"
# For two mono wav files:
python train.py input.wav model_name --out_file=output.wav
```
4. Analysis plots are saved to the SmartAmpPro/models/<model_name> directory, along with sample .wav files and the Keras .h5 model file.
5. After training has completed (should take 5 minutes or less), you will now have a newly created model to select in the plugin drop down box.
Expand Down

0 comments on commit 735c7c1

Please sign in to comment.