Interface for JSON specification of a MusicVAE model.
MusicVAE
type The type of the model, MusicVAE.
dataConverter: A DataConverterSpec specifying the data converter to use.
DataConverterSpec
useBooleanDecoder: If true, use a BooleanDecoder instead of a CategoricalDecoder.
BooleanDecoder
CategoricalDecoder
chordEncoder: (Optional) Type of chord encoder to use when conditioning on chords.
conditionOnKey: If true, model is key-conditioned.
extraControls: (Optional) List of extra control signal names and depths.
Generated using TypeDoc
Interface for JSON specification of a
MusicVAE
model.type The type of the model,
MusicVAE
.dataConverter: A
DataConverterSpec
specifying the data converter to use.useBooleanDecoder: If true, use a
BooleanDecoder
instead of aCategoricalDecoder
.chordEncoder: (Optional) Type of chord encoder to use when conditioning on chords.
conditionOnKey: If true, model is key-conditioned.
extraControls: (Optional) List of extra control signal names and depths.