We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A setup.py or pip install would be great.
Hi,
Are the guidelines at README not working for you?
Have you checked the part that says:
pip install -r requirements.txt
?
A setup.py file would be helpful indeed for facilitating the reuse of the models in other contexts. Feel free to open a pull request.
setup.py
Right now I am experimenting with COALA, wavenet, openl3, auraloss, etc.
sudo apt-get install -y libasound2-dev libsndfile-dev vorbis-tools pip3 install openl3 "tensorflow-gpu==1.14.0" torch tabulate magenta --upgrade-strategy only-if-needed 2>&1 | tee pip.log pip3 install git+https://github.com/turian/auraloss@linstft pip3 install -q tqdm tabulate gputil psutil humanize soundfile tqdm resampy tabulate git clone https://github.com/xavierfav/coala.git perl -i -pe 's/torch==1.5.0//g' coala/requirements.txt perl -i -pe 's/torchvision==0.6.0/torchvision/g' coala/requirements.txt perl -i -pe 's/"device": .*/"device": "cuda"/g' coala/configs/* ln -s coala/utils.py ln -s coala/models_t1000.py ln -s coala/scaler_top_1000.pkl ln -s coala/json pip3 install -r coala/requirements.txt
This is my current setup.sh. As you can see, I can get COALA running but it pollutes the working directory.
setup.sh
Activity
dr-costas commentedon Mar 18, 2021
Hi,
Are the guidelines at README not working for you?
Have you checked the part that says:
?
xavierfav commentedon Mar 18, 2021
Hi,
A
setup.py
file would be helpful indeed for facilitating the reuse of the models in other contexts. Feel free to open a pull request.turian commentedon Mar 18, 2021
Right now I am experimenting with COALA, wavenet, openl3, auraloss, etc.
This is my current
setup.sh
. As you can see, I can get COALA running but it pollutes the working directory.