open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.66k stars 1.22k forks source link

Wandb[Feature] #2839

Open ChenZhenGui opened 10 months ago

ChenZhenGui commented 10 months ago

What is the feature?

I want to add the epoch field in wandb. How to set it up?

Any other context?

No response

Ben-Louis commented 10 months ago

As far as I know, there is no simple way to achieve this function. You may need to modify the code in mmengine to use epoch instead of step during logging. Alternatively, you can manually create the graph using the data that has been saved.