You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CUDA error when trying to use multiple GPUs: nnconv_forward_blas: CUDA error [cuda: forward: pointer does not correspond to a registered memory region]
#50
Open
junaidmalik09 opened this issue
Mar 7, 2017
· 5 comments
I'm gettng a CUDA memory error when trying to run my FCN code on more than 1 GPUs. As soon as the training finishes in the first epoch and validation is about to start, I get the following
the error is trailed by a string of "cudaHostUnregister failied" warnings as shown below:
Has anyone faced a similar issue? If yes, any help would be much appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
I'm gettng a CUDA memory error when trying to run my FCN code on more than 1 GPUs. As soon as the training finishes in the first epoch and validation is about to start, I get the following
the error is trailed by a string of "cudaHostUnregister failied" warnings as shown below:
Has anyone faced a similar issue? If yes, any help would be much appreciated. Thanks!
The text was updated successfully, but these errors were encountered: