Clément Pinard

Results 134 comments of Clément Pinard

It's weird because it tells it does not have access to the nvss program (the cuda compiler) , but you're using a devel docker image, which should feature nvcc See...

> `home/zhuwenjun/anaconda3/envs/py38torch110/include/python3.8/Python.h:44:10: fatal error: crypt.h: No such file or directory` Looks like crypt.h is not available on your computer. It's odd, it should be available, it's apparently a very basic...

from the log I can see `-I/home/zhuwenjun/anaconda3/envs/py38torch110/include -I/home/zhuwenjun/anaconda3/envs/py38torch110/include/python3.8` So you are definitely including headers from anaconda. You can try to install libcrypt directly with anaconda then https://anaconda.org/conda-forge/libgcrypt

Sorry, did not respond in time. I would say yes, with two comments: - This is inverse warp rather than warp. It's subtle bu important as you can only apply...

Hi, closing the issue as it is quite old now. Feel free to reopen if you still have this problem. For the record, the code for this module has not...

Hi sorry for the late answer. Are you still experiencing the problem ? What pytorch version were you using at the time ?

Hi, thank you for your interest in this repo ! Sorry this issue went under my radar. Just realized my personal webpage at my former uni has been removed, along...

Hi sorry for the lack of response. Closing it as it is quite old now. Feel free to repon it if you need. I don't think the reported size are...

Hi, I do believe that extension using the CUDAExtension class API is deprecated and not compatible with the Jit saver. I still maintain this package so that it's usable with...

Hi sorry, for late answer, the problem is probably that you don't have g++ installed, hence the message ``` !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Your compiler (c++) is not compatible with the compiler Pytorch...