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
Hello and thank you very much for sharing this code.
I have a Cuda error in:
``` File: DRML_pytorch-master\lib\region_layer.py", line 44, in forward grid = self.region_layers[module_name](grid.contiguous()) + grid ```
The error is:
RuntimeError: CUDA out of memory. Tried to allocate 184.00 MiB (GPU 0; 6.00 GiB total capacity; 3.79 GiB already allocated; 100.36 MiB free; 241.12 MiB cached)
I decreased the batch size in the config file but still get this error. could you please give me some guides?
thanks again and greetings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello and thank you very much for sharing this code.
I have a Cuda error in:
The error is:
RuntimeError: CUDA out of memory. Tried to allocate 184.00 MiB (GPU 0; 6.00 GiB total capacity; 3.79 GiB already allocated; 100.36 MiB free; 241.12 MiB cached)
I decreased the batch size in the config file but still get this error. could you please give me some guides?
thanks again and greetings
The text was updated successfully, but these errors were encountered: