smplify-x
smplify-x copied to clipboard
RuntimeError: after reduction step 1: cudaErrorInvalidDevice: invalid device ordinal
Thanks for your great work! But i meet a problem.
Processing: ./data/images/05_img.jpg
/media/perfectworld/C4F286ACF286A272/project/smplify-x/smplifyx/optimizers/lbfgs_ls.py:238: UserWarning: This overload of add_ is deprecated:
add_(Number alpha, Tensor other)
Consider using one of the following signatures instead:
add_(Tensor other, *, Number alpha) (Triggered internally at /pytorch/torch/csrc/utils/python_arg_parser.cpp:1005.)
p.data.add_(step_size, update[offset:offset + numel].view_as(p.data))
Camera initialization done after 0.9836
Camera initialization final loss 2933.3396
Stage 000 done after 0.6935 seconds
Stage 001 done after 0.8133 seconds
Stage 002 done after 0.9066 seconds
Stage: 60%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████ | 3/5 [00:02<00:01, 1.23it/s]
Orientation: 0%| | 0/1 [00:02<?, ?it/s]
Traceback (most recent call last):
File "smplifyx/main.py", line 272, in
It seems that the cuda version is mismatch with the program, but RTX3090 only supports CUDA11.x. How can i solve it?