We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be597c9 commit c3a300eCopy full SHA for c3a300e
README.md
@@ -30,7 +30,7 @@ Once trained, you can reconstruct an entire folder containing wav files using
30
python reconstruct.py --ckpt /path/to/checkpoint --wav-folder /path/to/wav/folder
31
```
32
33
-You can also export RAVE to a `torchscript` file and use the `encode` and `decode` methods on tensors.
+You can also export RAVE to a `torchscript` file using `export_rave.py` and use the `encode` and `decode` methods on tensors.
34
35
## MAX / MSP - PureData usage
36
0 commit comments