Open jccjd opened 4 years ago
I meet the same problem! Does anyone have the solution? @jccjd , did you solve it?
Hi guys, after I struggle a lot, I solved it!
My pytorch vision is 1.5 and CUDA is 10.1
I first install ninja package:
pip3 install ninja
and replace AT_CHECK in all cpp files with TORCH_CHECK
(see the similar issue in mmdetection: https://github.com/open-mmlab/mmdetection/issues/3363)
Hi guys, after I struggle a lot, I solved it! My pytorch vision is 1.5 and CUDA is 10.1 I first install ninja package:
pip3 install ninja
and replace AT_CHECK in all cpp files with TORCH_CHECK (see the similar issue in mmdetection: open-mmlab/mmdetection#3363)
Thanks for your answer. I have solved my question.
Hi guys, after I struggle a lot, I solved it! My pytorch vision is 1.5 and CUDA is 10.1 I first install ninja package:
pip3 install ninja
and replace AT_CHECK in all cpp files with TORCH_CHECK (see the similar issue in mmdetection: open-mmlab/mmdetection#3363)
thank you
Hi guys, after I struggle a lot, I solved it! My pytorch vision is 1.5 and CUDA is 10.1 I first install ninja package:
pip3 install ninja
and replace AT_CHECK in all cpp files with TORCH_CHECK (see the similar issue in mmdetection: open-mmlab/mmdetection#3363)
So much thanks!!!! This solution works perfectly!
Hi guys, after I struggle a lot, I solved it! My pytorch vision is 1.5 and CUDA is 10.1 I first install ninja package:
pip3 install ninja
and replace AT_CHECK in all cpp files with TORCH_CHECK (see the similar issue in mmdetection: open-mmlab/mmdetection#3363)
Thank you very much. It helps me a lot!
when i do that
I got this error