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
When I tried the command python train.py --task=ShadowHandOver --algo=happo
There is a RuntimeError occuring——
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript (most recent call last):
RuntimeError: nvrtc: error: invalid value for --gpu-architecture (-arch)
The specific operation situation is as follows :
Previously, I installed version 0.8 of PyTorch, but an error was reported during runtime due to inconsistency with the Cuda version. After installing version 1.12 of PyTorch, Torch0.8 was automatically uninstalled due to compatibility issues. Later, this error was reported during runtime.
The text was updated successfully, but these errors were encountered:
Hi, developers of DexterousHands,
When I tried the command python train.py --task=ShadowHandOver --algo=happo
There is a RuntimeError occuring——
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript (most recent call last):
RuntimeError: nvrtc: error: invalid value for --gpu-architecture (-arch)
The specific operation situation is as follows :
Previously, I installed version 0.8 of PyTorch, but an error was reported during runtime due to inconsistency with the Cuda version. After installing version 1.12 of PyTorch, Torch0.8 was automatically uninstalled due to compatibility issues. Later, this error was reported during runtime.
The text was updated successfully, but these errors were encountered: