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
I am getting this error at the line net.forward() during testing:
F0304 14:26:21.611594 4889 syncedmem.cpp:71] Check failed: error == cudaSuccess (2 vs. 0) out of memory
*** Check failure stack trace: ***
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
How to solve this.
I understand the default batch size of testing phase is 1. Is my understanding right?
The text was updated successfully, but these errors were encountered:
I am getting this error at the line net.forward() during testing:
F0304 14:26:21.611594 4889 syncedmem.cpp:71] Check failed: error == cudaSuccess (2 vs. 0) out of memory
*** Check failure stack trace: ***
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
The text was updated successfully, but these errors were encountered: