Skip to content

Releases: pukkapies/drummer-tf

Multi-layer LSTM

25 Nov 22:09
Compare
Choose a tag to compare

This release enables multiple layers in the LSTM model. Hidden units now need to be passed as a list of integers.

First working version

23 Nov 22:16
Compare
Choose a tag to compare

This version implements a simple LSTM model with one hidden layer.

Use the train_model.py script to train the model, and generate_audio_from_network.py to generate a wav file output.

Does not yet support multiple layers in the LSTM or batch training.