This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
NewerOlder