Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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

wants to merge 1 commit into from

Conversation

kklo
Copy link

@kklo kklo commented Jun 5, 2016

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
Copy link
Owner

log0 commented Jun 5, 2016

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

@jianchao-li
Copy link

jianchao-li commented Jun 16, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants