Closed hiyyg closed 3 months ago
In the paper, you said the number of epochs is 40,
but in the code it is 60 https://github.com/NOrangeeroli/SecondPose/blob/f4b64941e46330a09a97cd00278a5f7675307a42/config/base.yaml#L6.
@NOrangeeroli
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
In the paper, you said the number of epochs is 40,
but in the code it is 60 https://github.com/NOrangeeroli/SecondPose/blob/f4b64941e46330a09a97cd00278a5f7675307a42/config/base.yaml#L6.