We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
hi every one .. when i try to deploy keras model into google cloud i get this error ...
File "/home/falahgs07/keras/env/lib/python3.5/site-packages/gunicorn/workers/base.py", line 126, in init_process self.load_wsgi() File "/home/falahgs07/keras/env/lib/python3.5/site-packages/gunicorn/workers/base.py", line 148, in load_wsgi self.reloader.add_extra_file(exc_val.filename) AttributeError: 'NoneType' object has no attribute 'add_extra_file'
The text was updated successfully, but these errors were encountered:
Thanks for the report. Could you please try PR #1806 and see if it works?
Sorry, something went wrong.
Fix AttributeError when --reload was not passed (#1806)
21f0adc
Fixes #1805
Successfully merging a pull request may close this issue.
hi every one ..
when i try to deploy keras model into google cloud i get this error ...
The text was updated successfully, but these errors were encountered: