NOrangeeroli / SecondPose

MIT License
34 stars 2 forks source link

Number of epochs different from your paper #11

Closed hiyyg closed 3 months ago

hiyyg commented 3 months ago

In the paper, you said the number of epochs is 40, image

but in the code it is 60 https://github.com/NOrangeeroli/SecondPose/blob/f4b64941e46330a09a97cd00278a5f7675307a42/config/base.yaml#L6.

hiyyg commented 3 months ago

@NOrangeeroli

hiyyg commented 3 months ago

Well, the lr_scheduler is actually only effective for 200000 steps, i.e., 40 epochs.

https://github.com/NOrangeeroli/SecondPose/blob/main/config/base.yaml#L20