nmichlo / disent

🧶 Modular VAE disentanglement framework for python built with PyTorch Lightning ▸ Including metrics and datasets ▸ With strongly supervised, weakly supervised and unsupervised methods ▸ Easily configured and run with Hydra config ▸ Inspired by disentanglement_lib
https://disent.michlo.dev
MIT License
122 stars 18 forks source link

[FEATURE]: wandb model checkpoint support #38

Open nmichlo opened 1 year ago

nmichlo commented 1 year ago

Is your feature request related to a problem? Please describe. We don't just want to create checkpoints locally, but also upload to w&b

Describe the solution you'd like should extend the current check pointing system for wandb

Describe alternatives you've considered N/A

Additional context Extending #28