v0.14.0 (breaking change)
- Cloud training scripts
- Model API refactor (no more
model.get_controls()
,model()
now returns a dictionary of output tensors instead of audio. Audio can be retrieved withmodel.get_audio_from_outputs(outputs)
- Separate files for each model
- Minor bug fixes