Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MusicVAESpec

Interface for JSON specification of a MusicVAE model.

property

type The type of the model, MusicVAE.

property

dataConverter: A DataConverterSpec specifying the data converter to use.

property

useBooleanDecoder: If true, use a BooleanDecoder instead of a CategoricalDecoder.

property

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

property

conditionOnKey: If true, model is key-conditioned.

property

extraControls: (Optional) List of extra control signal names and depths.

Hierarchy

  • MusicVAESpec

Index

Properties

Optional chordEncoder

chordEncoder: chords.ChordEncoderType

conditionOnKey

conditionOnKey: boolean

dataConverter

dataConverter: data.ConverterSpec

Optional extraControls

extraControls: MusicVAEControlSpec[]

type

type: "MusicVAE"

useBooleanDecoder

useBooleanDecoder: boolean

Generated using TypeDoc