Gengzigang / PCT

This is an official implementation of our CVPR 2023 paper "Human Pose as Compositional Tokens" (https://arxiv.org/pdf/2303.11638.pdf)
MIT License
311 stars 20 forks source link

How much time taken for training of 2D dataset? #40

Open JasOleander opened 2 months ago

JasOleander commented 2 months ago

In your paper, you mentioned about 50 epochs for 2D dataset. I didn't find out about training and testing time. So, could you tell me where is that part of the paper (may be I oversight) or could you answer me here?

mghayour commented 2 months ago

I have same question but in different way, what was the final loss value of the model on best epoch? i need to compare my training pipeline and estimate how many epochs i need for training. if the log of main paper training is available it will help a lot. thank you.

Wuwenji18 commented 1 month ago

How to continue training After stop it (After Ctrl+C )

JasOleander commented 1 month ago

@mghayour @Wuwenji18
When you train the model, how much time taken for 1 Epoch for how much dataset size? Could you share your experiments when training? Is it taken for days?