ecc
ecc copied to clipboard
Frequent Error
Config:
python 3.6.4 torch 1.2.0
This error is frequently triggered stopping the training.
Traceback (most recent call last):
File "learning/main.py", line 607, in
Traceback (most recent call last): File "cupy/cuda/driver.pyx", line 193, in cupy.cuda.driver.moduleUnload File "cupy/cuda/driver.pyx", line 82, in cupy.cuda.driver.check_status TypeError: 'NoneType' object is not callable Exception ignored in: 'cupy.cuda.function.Module.dealloc' Traceback (most recent call last): File "cupy/cuda/driver.pyx", line 193, in cupy.cuda.driver.moduleUnload File "cupy/cuda/driver.pyx", line 82, in cupy.cuda.driver.check_status TypeError: 'NoneT
Really sorry for the delay, I somehow have missed this. I think this could be the same cause as in Issue https://github.com/mys007/ecc/issues/1 , it's just being demonstrated in a different place due to missing CUDA_LAUNCH_BLOCKING
. Unfortunately, the issue has not been solved and a big rewrite might be the only way how to fix it. Or use pytorch_geometric
instead:P.