Abrar A.

Results 4 issues of Abrar A.

**The issue occurs while working with:** (check one with "x") a.storyblok.com **Current behavior:** Image links still results in image formats other than webP. **Expected behavior:** Expected images to be optimised...

bug

I've my own dataset that I want to train upon and want to use the bottle-neck layer in the saved model. The problem is that I want to do it...

Tensorflow version: 2.4.0 Issue: I tried to reproduce this [example code](https://github.com/raghakot/keras-vis/blob/master/examples/mnist/attention.ipynb) but results in an error (it works in Tensorflow version 2.2.0): `"TypeError: Cannot convert a symbolic Keras input/output to...

summary of changes: 1. datasets.py > line 54: xrange() to range() 2. config.py > line 69: iteritems() to item() > line 71: has_key to __contains__ > line 99: added parameter...