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
ubuntu 20.04 + pytorch2.0.1
installed torch-coding 1.2.1 from pip install
when run a script in scripts folder ,raise an error incluing this message
"gpu/lib_ssd.cu:22:10: fatal error: THC/THCNumerics.cuh: No such file or directory
22 | #include <THC/THCNumerics.cuh>
ectify_cuda.cu(114) error: identifier "ScalarConvert" is undefined
rectify_cuda.cu(114): error: type name is not allowed"
The text was updated successfully, but these errors were encountered:
ubuntu 20.04 + pytorch2.0.1
installed torch-coding 1.2.1 from pip install
when run a script in scripts folder ,raise an error incluing this message
"gpu/lib_ssd.cu:22:10: fatal error: THC/THCNumerics.cuh: No such file or directory
22 | #include <THC/THCNumerics.cuh>
ectify_cuda.cu(114) error: identifier "ScalarConvert" is undefined
rectify_cuda.cu(114): error: type name is not allowed"
The text was updated successfully, but these errors were encountered: