Skip to content
Yining Shi edited this page Mar 27, 2019 · 1 revision

Homework:

Some issues you might have when training the model with spell

  • During step 1 preparing your environment, after you add your style image to the style folder, you need to commit the changes to git, so the remote spell machine can get access to your changes.

    $ git add images ckpt
    $ git commit -m "Added required folders and images"
    
  • When you are on step 3 Training with style.py, you need to choose a GPU machine type, CPU machine wouldn't work.

    --machine-type V100 OR --machine-type K80
    
  • On step 4 Converting model to ml5js, you need to install tensorflow on your local computer. See more instruction here. Or you can run these command on spell, so you don't need to install tensorflow locally, after you are done, spell cp your model back to your local computer.

See demos live

Resource:

Questions?

  • add your question here

Add your name / link to your assignment below

Clone this wiki locally