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]: Experiment Config Override Support & Custom Code Registry #24

Closed nmichlo closed 2 years ago

nmichlo commented 2 years ago

The current experiment configs are intended as examples and defaults.

The current disent.registry is largely unused and inflexible.

nmichlo commented 2 years ago

Before this can happen. Research code needs to be fully pulled out from dissent into its own separate repo. This can be used as a test base for these features.

nmichlo commented 2 years ago

Features implemented in: 4e2fe384e28f3f65388e82a005137fc70806ba69

nmichlo commented 2 years ago

Docs need to be updated #7