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
This is my code from colab: !pip install torch==1.4.0 torchvision==0.5.0 !git clone https://github.com/sunwj/CAR.git %cd ./CAR/ !ls %cd adaptive_gridsampler/ !ls !python3 setup.py build_ext --inplace
Last part is crucial because you need to compile this adaptive_gridsampler which is the reason why you get this error.
can someone post a workable version of pytorch, cuda, c++ that can compile the code?
The text was updated successfully, but these errors were encountered: