DSS
DSS copied to clipboard
Check failed: error == cudaSuccess (2 vs. 0) out of memory
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?