Skip to content

Instantly share code, notes, and snippets.

#https://github.com/jcjohnson/neural-style/wiki/Using-Other-Neural-Models
#All of the alternate models are easily downloaded by pasting this into the terminal/command prompt.
cd ~
cd neural-style
cd models
#NIN-Imagenet by ImageNet project
wget https://www.dropbox.com/s/cphemjekve3d80n/nin_imagenet.caffemodel
@ProGamerGov
ProGamerGov / illust2vec_tag.prototxt
Last active July 27, 2016 01:20
The "illust2vec_tag.prototxt" Converted so that you can you the "illust2vec_tag" model in systems such as Deepdream
name: "CaffeNet"
force_backward: true
input: "data"
input_dim: 1
input_dim: 3
input_dim: 224
input_dim: 224
layer {
name: "conv1_1"
type: "Convolution"