Open zeng798473532 opened 1 month ago
@zeng798473532 You can check the installation document of https://github.com/facebookresearch/sapiens
I encountered the same issue. Do you have a solution?
You shouldn't use PyTorch 1.13.1; you need at least PyTorch 2.0 or higher because the scaled_dot_product_attention function is only available in version 2.0. Additionally, you need to update your CUDA and PyTorch3D versions so that they are compatible with each other, and that should fix the issue.
I run
python -m apps.infer
with pytorch==1.13, python==3.8, and get the below error:how to solve it?