Releases: pukkapies/drummer-tf
Releases · pukkapies/drummer-tf
Multi-layer LSTM
First working version
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.