Skip to content
Yogesh Garg edited this page Nov 23, 2016 · 6 revisions

Welcome to the artistic-styles wiki!

Artistic Styles

About

Add more about the project here

Links

Technology

  • Theano
  • Caffe
  • keras

Tools

  • tmux tutorial
    tmux new-session -s session1            # create a new session
    ctrl+b, d                               # detach
    tmux attach -t session1                 # attach to a new session
    ctrl+b, c                               # create a new window
    ctrl+b, [0-9]                           # go to a window
    
    • intermediate
      • go through the reference
      • instead of tmux, use tmux -S /path/to/tmux-shared to share tmux screens (so long as the file /path/to/tmux-shared is accessible to users)

Questions

  • Which layers could we extract the information?
    • conv1_1, conv2_1, conv3_1, conv4_1, conv5_1
  • Reconstruction of images
    • Model
    • Weights
    • How to train
Clone this wiki locally