keras-vis
keras-vis copied to clipboard
The VGG example does not work.
-
[ ] Check that you are up-to-date with the master branch of keras-vis. You can update with: pip install git+git://github.com/raghakot/keras-vis.git --upgrade --no-deps
-
[ ] If running on TensorFlow, check that you are up-to-date with the latest version. The installation instructions can be found here.
-
[ ] If running on Theano, check that you are up-to-date with the master branch of Theano. You can update with: pip install git+git://github.com/Theano/Theano.git --upgrade --no-deps
-
[ ] Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
So it appears that the VGG util has completely been removed.
Actually its not just VGG even Resnet50 does not work. Which example actually works?
@sumedhvdatar I'll be honest, I've found a lot of things lacking in Keras-vis. With the documentation being in a state of limbo, there's very little to go off. There's areas of the library which cause errors ( GifGenerator image type needs float -> uint8 ). I've had one heck of a time fitting this to our architecture and ResNet50.
The tool is supposed to be very helpful and I am trying to use it. Is there anyway I can get a working code or I should debug it myself?
Throw me an e-mail (see profile), and I'll see what I can do :)