ml5js / training-styletransfer

Style Transfer training and using the model in ml5js
Other
72 stars 30 forks source link

Nvidia-docker for style transfer on aws help needed #7

Open quintendewilde opened 3 years ago

quintendewilde commented 3 years ago

As I'm unable to run this at home. I thought I try it out on the AWS platform.

No luck so far. I'm stuck at this step

sudo nvidia-docker run -e USER=$USER -e USERID=$UID -v $PWD:$PWD -w=$PWD -it -p 8888:8888 -p 6006:6006 -v ~/home/YourUserName/:/home cvalenzuelab/styletransfer bash

I don't know how or what I should do to run this on the aws. The above command doesn't give me any errors but it doesn't give me a folder when I need to go back to step 3 and get the /images folder.

Anybody who can help me with this please. I don't want to make to much errors on the aws platform because it's expensive.

quintendewilde commented 3 years ago

Somebody?