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
Hi,
Thanks for your great work! When I try to run bash build_and_install.sh to install packages, it shows RuntimeError: Error compiling objects for extension. My environment is python 3.7.4, torch 1.10.0, cuda 11.3. Could you please help me to figure out this error? Thanks!
The text was updated successfully, but these errors were encountered:
It seems that it is because the PyTorch and Cuda version is too high. However, when I use PyTorch 1.2 and cuda 10, I meet this error: RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR. Do you know how to fix it? Thanks!
Hi,
Thanks for your great work! When I try to run
bash build_and_install.sh
to install packages, it showsRuntimeError: Error compiling objects for extension
. My environment is python 3.7.4, torch 1.10.0, cuda 11.3. Could you please help me to figure out this error? Thanks!The text was updated successfully, but these errors were encountered: