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? 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
resnet_v2
In the case of using resnet_v2-models, an out-of-memory error can be generated.
Instead of crashing and generating an out-of-memory error, the currently used model should be skipped.
Include the details about the versions of:
See also discussion: #1721
The text was updated successfully, but these errors were encountered:
See also:
https://github.com/keras-team/autokeras/blob/master/autokeras/utils/utils.py#L87
Sorry, something went wrong.
Fixed: keras-team#1722
ce5a0e6
176afc7
Fixed: keras-team#1722 Run out of memory
f477215
Update utils.py and test by using `break` instead of `raise`
Successfully merging a pull request may close this issue.
Bug Description
In the case of using
resnet_v2
-models, an out-of-memory error can be generated.Expected Behavior
Instead of crashing and generating an out-of-memory error, the currently used model should be skipped.
Setup Details
Include the details about the versions of:
Additional context
See also discussion: #1721
The text was updated successfully, but these errors were encountered: