Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 672 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 672 Bytes

music-style-transfer

Download data from here and put it under project root path.

Train on AWS

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