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

keras_vgg_buddy.add_vgg_to_graph method does not exist #2

Open
bkanuka opened this issue May 30, 2016 · 2 comments
Open

keras_vgg_buddy.add_vgg_to_graph method does not exist #2

bkanuka opened this issue May 30, 2016 · 2 comments

Comments

@bkanuka
Copy link

bkanuka commented May 30, 2016

First, thank you.
Running the examples gives:

File [...] keras_rtst/models/style_xfer.py", line 43, in make_model
    keras_vgg_buddy.add_vgg_to_graph(model, 'vgg_concat', pool_mode=args.pool_mode,
AttributeError: 'module' object has no attribute 'add_vgg_to_graph'`

looking at the keras_vgg_buddy project also shows no method named add_vgg_to_graph.

@mionyu
Copy link

mionyu commented Jun 1, 2016

hi, bkanuka, I checked my keras_vgg_buddy which did has a function named add_vgg_to_graph. Maybe reinstall keras_vgg_buddy using pip would solve this.

@awentzonline
Copy link
Owner

mionyu is likely correct that it's a version mismatch with keras-vgg-buddy. if you run pip show keras-vgg-buddy I believe it'll give you the currently installed version; should be 0.0.5 for this project. keras-vgg-buddy was recently bumped to v0.1.0 which introduced some minor api changes and keras v1 support. I'll eventually get around to upgrading this project for keras v1. I don't think it would take much but I'm in the middle of moving and have no time for it.

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

No branches or pull requests

3 participants