composer icon indicating copy to clipboard operation
composer copied to clipboard

A deep learning enabled music generator module built in Python and using TensorFlow.

Results 5 composer issues
Sort by recently updated
recently updated
newest added

This is pretty important since training the Transformer-decoder model is very memory-intensive. Currently, due to the lack of distributed training support, to train the model, we must reduce the hyperparameters...

enhancement

Beam search generation will dramatically improve the results of the model.

enhancement

Currently, both the MusicRNN and Transformer models share nearly identical training loops. It would nice if we could refactor the bulk of this code into a general function.

enhancement

Add option to plot the attention weights of the Transformer model during training.

enhancement

Currently, all values in the config file have to be defined. The CLI won't try to infer default values if they are not defined in the config. The project provides...

enhancement