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

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

Hierarchy

  • MusicVAESpec

Index

Properties

Optional chordEncoder

chordEncoder: chords.ChordEncoderType

dataConverter

dataConverter: data.ConverterSpec

type

type: "MusicVAE"

Generated using TypeDoc