musical-neural-net
musical-neural-net copied to clipboard
Train an LSTM to generate piano or violin/piano music.
I get the error "No module named fastai.learner" when I run: `!python generate.py -model notewise_generator -output notewise_generator_samples --random_freq .8 --trunc 3` in BasicIntro.ipynb. The error occurs for all the fastai...
Hello and thanks for this really inspiring work! I've been studying your model and really like the idea of formulating note on and note off events in text and then...
Hello, When running "python make_test_train.py --chordwise I get the following error: ``` python make_test_train.py --chordwise data/composers/chordwise/piano_solo/note_range62/sample_freq4 data/composers/chordwise/piano_solo/note_range62/sample_freq4/mozart-maestro Chordwise encoding: removing duration marks and expanding rests Traceback (most recent call last):...
when in Colaboratory run this: !python generate.py -model notewise_generator -output notewise_generation_samples i get: Traceback (most recent call last): File "generate.py", line 2, in from fastai.basic_train import * ModuleNotFoundError: No module...
Instrument ID was being incorrectly pulled from the last note from the previous loop (using last value of `n`). This caused (in my case), all chord data to be assigned...
I'm getting errors everywhere, every time I fix one I get another. Both on Python and Python3. Please make sure that other people can run your code before sharing. I...
Hello, I'm talking about a question about MuseNet, do you have any news about it? It's just been more than six months and it's very frustrating. Sorry for the question,...