Open bzfather opened 2 years ago
Thanks for your feedback. Does it always happen, or randomly happen?
I did notice that in Windows sometimes the program gets stuck and needs to click Enter
to continue, and it happens not only to mmpose but also other programs like git. Not sure if it is related to your issue.
Thanks for your feedback. Does it always happen, or randomly happen? I did notice that in Windows sometimes the program gets stuck and needs to click
Enter
to continue, and it happens not only to mmpose but also other programs like git. Not sure if it is related to your issue.
It always happened. It was stuck in this step when loading other checkpoints file as well. No reaction when clicking Enter. And when I checked task manager, I found that the memory of GPU increasing very slowly and only 2 cores of CPU working. After a long time of loading, it finished.
It could be an MMCV issue. Could you please provide the environmental information by python -c "from mmcv.utils import collect_env; print(collect_env())"
?
I firstly trained the model on servers and now I try to load it on desktop (Windows with 3090 CUDA11.4 pytorch1.10) I ran the demo and it was stuck at “Loading checkpoints.....” shown in picture. It took 20 minutes to load. What happened?