MusicRNN constructor.
Path to the checkpoint directory.
(Optional) MusicRNNSpec object. If undefined, will be loaded
from a config.json file in the checkpoint directory.
Continues a provided quantized NoteSequence containing a monophonic melody.
The sequence to continue. Must be quantized.
How many steps to continue.
(Optional) The softmax temperature to use when sampling from the logits. Argmax is used if not provided.
(Optional) Chord progression to use as conditioning.
Loads variables from the checkpoint and instantiates the Encoder and
Decoder.
Returns true iff model is intialized.
Generated using TypeDoc
Main MusicRNN model class.
A MusicRNN is an LSTM-based language model for musical notes.