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
Running VisualSearch1k.ipynb fails with error
Kernel Restarting The kernel for VisualSearch1k.ipynb appears to have died. It will restart automatically.
The corresponding line in the Docker log is
[I 2023-06-16 09:39:03.923 ServerApp] AsyncIOLoopKernelRestarter: restarting kernel (1/5), keep random ports
This happens while running function generate_img2vec_dict().
generate_img2vec_dict()
It looks like this is an OOM error - reducing batch_size in the function call from 250 to 125 allows the notebook to complete.
batch_size
Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running VisualSearch1k.ipynb fails with error
The corresponding line in the Docker log is
This happens while running function
generate_img2vec_dict()
.It looks like this is an OOM error - reducing
batch_size
in the function call from 250 to 125 allows the notebook to complete.Environment:
The text was updated successfully, but these errors were encountered: