Interface for JSON specification of a MusicRNN model.
MusicRNN
type The type of the model, MusicRNN.
dataConverter: A DataConverterSpec specifying the data converter to use.
DataConverterSpec
attentionLength: (Optional) Size of attention vector to use.
chordEncoder: (Optional) Type of chord encoder to use when conditioning on chords.
auxInputs: (Optional) An array of AuxiliaryInputSpecs for any auxiliary inputs.
AuxiliaryInputSpec
Generated using TypeDoc
Interface for JSON specification of a
MusicRNN
model.type The type of the model,
MusicRNN
.dataConverter: A
DataConverterSpec
specifying the data converter to use.attentionLength: (Optional) Size of attention vector to use.
chordEncoder: (Optional) Type of chord encoder to use when conditioning on chords.
auxInputs: (Optional) An array of
AuxiliaryInputSpec
s for any auxiliary inputs.