DexterousHands icon indicating copy to clipboard operation
DexterousHands copied to clipboard

RuntimeError

Open qinge0 opened this issue 1 year ago • 1 comments

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.

qinge0 avatar May 13 '23 12:05 qinge0

Sorry,previously, I installed version 1.8 of PyTorch.

qinge0 avatar May 14 '23 02:05 qinge0