dear MTG
hjzSky opened this issue · 3 comments
I have a problem when run your codes. My command line like "python separate_dsd.py -i /home/hjz/test/1.wav -o /home/hjz/test/ -m /home/hjz/test/model_dsd_fft_1024.pkl". The 1.wav is a music file converted from a .mp3 file. Screenshot like that:
The version of theano installed on my computer is 0.8.2 and Lasagne is 0.1. I run this code in linux17.04
Could you tell me why?
I think we use a newer version of lasagne. I suggest you use the bleeding edge version from github as per instructions in the readme.
Thank you very much. I have solved the problem. The reason of this issue is that I installed the lasagne using 'pip install lasagne', but there is not a newest version in 'pypi'. So I view the project of lasagne on the github, I find a method of installing by this command "pip install https://github.com/Lasagne/Lasagne/archive/master.zip". So the problem was solved.