-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adjust n_tiles to prevent OOM error #24
Comments
Hi @postnubilaphoebus , It seems you ran |
Hi @maweigert |
No, the size of tiles should not affect the result very much and thus should be as large as possible (ie. small values of |
Hi, thank you for providing this great plugin for Napari!
Unfortunately, tensorflow crashed for me with a tif volume of dimensions 195 x 666 x 1024 and a size of 133MB:
2024-01-31 09:59:52.515119: W tensorflow/core/framework/op_kernel.cc:1839] OP_REQUIRES failed at conv_ops_3d.cc:167 : RESOURCE_EXHAUSTED: OOM when allocating tensor with shape[1,32,195,666,1024] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
Could you add some input windows to adjust the argument n_tiles?
I suspect it may be able to help with OOM issues.
The text was updated successfully, but these errors were encountered: