Mael-zys / T2M-GPT

(CVPR 2023) Pytorch implementation of “T2M-GPT: Generating Human Motion from Textual Descriptions with Discrete Representations”
https://mael-zys.github.io/T2M-GPT/
Apache License 2.0
595 stars 52 forks source link

A long time during evaluation #67

Closed shuowang666 closed 2 months ago

shuowang666 commented 6 months ago

Thank you for your great work!

When I evaluate GPT, It takes more than 10 hours to evaluate one time on V100, which means that it takes more than 8 days to repeat 20 times. Is this normal?

dx199771 commented 4 months ago

I have the same problem. Check your pytorch version, it needs to be updated. I just pip uninstall torch and pip install torch torchvision torchaudio and it works.