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
in pytorch1.9 version using docker, with environment as python==3.8, torch==1.9.0 and cudatoolkit==11.0,
there exist error:
/opt/conda/envs/s2anet/compiler_compat/ld: cannot find -lc10_cuda
/opt/conda/envs/s2anet/compiler_compat/ld: cannot find -ltorch_cuda
collect2: error: ld returned 1 exit status
error: command 'g++' failed with exit status 1
I wonder if it is due to environment differences. Could you please give us some suggestions? Thank you!
The text was updated successfully, but these errors were encountered:
when running
in pytorch1.9 version using docker, with environment as python==3.8, torch==1.9.0 and cudatoolkit==11.0,
there exist error:
/opt/conda/envs/s2anet/compiler_compat/ld: cannot find -lc10_cuda
/opt/conda/envs/s2anet/compiler_compat/ld: cannot find -ltorch_cuda
collect2: error: ld returned 1 exit status
error: command 'g++' failed with exit status 1
I wonder if it is due to environment differences. Could you please give us some suggestions? Thank you!
The text was updated successfully, but these errors were encountered: