Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MusicRNNSpec

Interface for JSON specification of a MusicRNN model.

property

type The type of the model, MusicRNN.

property

dataConverter: A DataConverterSpec specifying the data converter to use.

property

attentionLength: (Optional) Size of attention vector to use.

property

chordEncoder: (Optional) Type of chord encoder to use when conditioning on chords.

property

auxInputs: (Optional) An array of AuxiliaryInputSpecs for any auxiliary inputs.

Hierarchy

  • MusicRNNSpec

Index

Properties

Optional attentionLength

attentionLength: number

Optional auxInputs

auxInputs: aux_inputs.AuxiliaryInputSpec[]

Optional chordEncoder

chordEncoder: chords.ChordEncoderType

dataConverter

dataConverter: data.ConverterSpec

type

type: "MusicRNN"

Generated using TypeDoc