Clara: a Neural Net Music Generator

Anyone has been able to run this?
I can’t, code is full of bugs to me.

I can run the code just fine using fastai 0.7

To update part of the code, from old fastai to current, I had to open the generate.py and change:

from fastai.learner import *
to
from fastai.basic_train import *

I’ll add more as I figure it out.