Skip to content

Accompanying material for workshop on Neural Networks for Art -- DADACONF 0.1

Notifications You must be signed in to change notification settings

DADACONF/neural-nets-for-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Neural Networks for Art - DADACONF 0.1 - May 2016

Set-up:

  • Install Docker
  • Source the set-up script. This will download the nescessary Docker containers, create some folders in the working directory, and set-up some handy aliases for you:
    source set_up_containers.sh
    

Tools Included:

- Deep Dream (Inceptionism)
  • Usage: deep-dream {input image path} {number of iterations, default 20} {scale change between iterations, default 0.1} {layer to maximize activations for, default inception_4c/output}. Saves images to /output.
  • Source Docker Image: herval/deepdream
  • More Links:
  • Usage: neural-doodle then any of the commands decribed in the repo (minus the python3 at the beginning). Saves intermediate frames to /frames and outputs to /samples. SLOW on CPU!
  • Source Docker Image: alexjc/neural-doodle

Clean-up:

If you don't think you'll use these anymore, you should remove the Docker images to free up (~2 GB?) of space on your machine:

docker rmi herval/deepdream alexjc/neural-doodle mbartoli/char-rnn

The cv, frames, output, and samples folders, containing your inputs and outputs won't be deleted.

About

Accompanying material for workshop on Neural Networks for Art -- DADACONF 0.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages