log0 / neural-style-painting

Implementing of the "A Neural Algorithm of Artistic Style"
236 stars 100 forks source link

fix: to read the weights and bias from the VGG Mat file #1

Open kklo opened 8 years ago

kklo commented 8 years ago

dunno if the ordering of scipy.io.loadmat(path) is machine dependent or not. Here is what I have changed to make it runs on my machine.

log0 commented 8 years ago

This merge will break a series of other clients. Can you add a logic to detect that instead?

jianchao-li commented 6 years ago

According to this issue, it is enough to change the link to the VGG-19 model in README.md from

You will need to download the [VGG-19 model](http://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat).

to be

You will need to download the [VGG-19 model](https://drive.google.com/file/d/0B8QJdgMvQDrVU2cyZjFKU1RrLUU/view?usp=sharing).