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 a59c26d commit be597c9Copy full SHA for be597c9
README.md
@@ -30,6 +30,8 @@ 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.
34
+
35
## MAX / MSP - PureData usage
36
37
**[NOT AVAILABLE YET]**
0 commit comments