Skip to content

v0.14.0 (breaking change)

Compare
Choose a tag to compare
@jesseengel jesseengel released this 30 Oct 00:01
  • 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 with model.get_audio_from_outputs(outputs)
  • Separate files for each model
  • Minor bug fixes