googlecreativelab / beat-blender

Blend beats using machine learning to create music in a fun new way.
http://g.co/beatblender
Apache License 2.0
189 stars 43 forks source link

How to import my own model? #3

Closed merfii closed 6 years ago

merfii commented 6 years ago

I followed this https://github.com/tensorflow/magenta-js/tree/master/music to train and convert my own model, and the beat-blender failed loading them.

I also tried https://github.com/PAIR-code/deeplearnjs-legacy-loader then error ouputs like: Not found variable encoder/cell_0/bidirectional_rnn/fw/multi_rnn_cell/cell_0/lstm_cell/bias/Adam

What's the correct way to do this? Thanks!