PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

Updated WandbLogger to make uploading model checkpoints optional

Open manangoel99 opened this issue 2 years ago • 3 comments

This PR adds a minor patch to the WandbLogger integration to make saving model checkpoints to the W&B dashboard optional. To save checkpoints to the dashboard, the users just need to update the yaml file like so

wandb:
    project: my_project
    entity: my_team
    log_checkpoint: true

Logging checkpoints is turned off by default.

manangoel99 avatar Jun 22 '22 03:06 manangoel99

Thanks for your contribution!

paddle-bot-old[bot] avatar Jun 22 '22 03:06 paddle-bot-old[bot]

I was wondering if I could get some feedback on this PR whenever possible

manangoel99 avatar Jul 05 '22 05:07 manangoel99

Hi @LDOUBLEV @WenmuZhou I was wondering if it would be possible to get a review on this PR

manangoel99 avatar Aug 05 '22 07:08 manangoel99

@WenmuZhou I've made the requested change

manangoel99 avatar Jan 05 '23 05:01 manangoel99