You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
First, thank you.
Running the examples gives:
looking at the keras_vgg_buddy project also shows no method named
add_vgg_to_graph
.The text was updated successfully, but these errors were encountered: