dhorka

Results 11 comments of dhorka

Hi, For sure, during this week I will try to reproduce the error. I will execute several experiments with the CUDA_LAUNCH_BLOCKING=1 and I will come back to you. **EDIT:** This...

Hi, - Cupy version 4.3 pynvrtc 9.2 - Cuda version: 8 cudnn: 6 - I am running the command provided in the documentation for the modelnet10 this one: `python main.py...

Thanks! The error is completely random, it is not appearing always. Are you using also cuda 8, cudnn 6? Can you tell me wich driver of nvidia are you using?...

I tested with different gpu's in order to discard the hardware error and I had the same issue. Regarding of the adaptation to the pytorch extension, if I can help...

Today I tried to adapt your code to use pytorch extension. here you can find the modified files used in my first try: https://github.com/dhorka/ecc_cuda_extension. I am not using JIT. You...

Hi mys, thanks also for your work on this issue!! I launched right now 2 training processes in order to be sure that the issue has disappeared :) On Monday...

> Thanks. But it may still crash in the other kernels (pooling), perhaps I should have ported all of them when I was at it... Can you please run the...

All kernels ported, here you can find it https://github.com/dhorka/ecc_cuda_extension. I was not able to test if in runtime all the kernels works properly (at this moment I do not have...

Could be that in the previous version you have it? For some reason, I was able to install it with pytorch 1.10

Thanks! For some reason, I was able to install it in the past using conda and pip, however, I am not able to reproduce it. I will try to do...