DexterousHands
DexterousHands copied to clipboard
RuntimeError
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.
Sorry,previously, I installed version 1.8 of PyTorch.