microsoft / MeshTransformer

Research code for CVPR 2021 paper "End-to-End Human Pose and Mesh Reconstruction with Transformers"
https://arxiv.org/abs/2012.09760
MIT License
596 stars 91 forks source link

Apex version incompatible #90

Open JCheng314 opened 4 months ago

JCheng314 commented 4 months ago

Could someone who successfully run the project share the version of apex they use? The current version of apex is incompatible with torch version 1.4.0. Thanks a lot!

leekyungmoon commented 3 months ago

I have exactly the same issue.

JCheng314 commented 3 months ago

I figured it out. You could follow the solution in https://github.com/NVIDIA/apex/issues/1200#issuecomment-958759538 to resolve the issue.