-
Notifications
You must be signed in to change notification settings - Fork 223
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
InceptionResNetV2 and InceptionV3 get error But VGG16 is good #60
Comments
I append a link (http://blog.csdn.net/macwinwin/article/details/78680287), which maybe talk about the same thing and same issues. author of link suggest to adapt LOACL keras codes of applications.py and please see detail in links (ignore chinese descriptions, just look codes below). |
I have this too.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that can not reshape the custom image. But in VGG16 has not error.
[2017-11-30 18:08:12,769] ERROR in app: Exception on /layer/batch_normalization_90/individualImage (2).png [GET] Traceback (most recent call last): File "/home/microfat/.local/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() File "/home/microfat/.local/lib/python3.6/site-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/microfat/.local/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function return cors_after_request(app.make_response(f(*args, **kwargs))) File "/home/microfat/.local/lib/python3.6/site-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/microfat/.local/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise raise value File "/home/microfat/.local/lib/python3.6/site-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() File "/home/microfat/.local/lib/python3.6/site-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/home/microfat/.local/lib/python3.6/site-packages/quiver_engine/server.py", line 98, in get_layer_outputs mean=mean, std=std File "/home/microfat/.local/lib/python3.6/site-packages/quiver_engine/util.py", line 83, in load_img grayscale=grayscale) File "/home/microfat/.local/lib/python3.6/site-packages/keras/preprocessing/image.py", line 364, in load_img img = img.resize(width_height_tuple, resample) File "/home/microfat/.local/lib/python3.6/site-packages/PIL/Image.py", line 1745, in resize return self._new(self.im.resize(size, resample, box)) TypeError: an integer is required (got type NoneType)
The text was updated successfully, but these errors were encountered: