Download data from here and put it under project root path.
- have pem set up locally
- get ec2 dns name here
ssh -i dl-ec2.pem [email protected]
(remember to replace the dns name)git clone https://github.com/xihw/music-style-transfer.git
and cd to it- download data:
curl https://s3.us-east-2.amazonaws.com/music-style-transfer/data.zip --output data.zip
unzip data.zip
nohup python main.py &