🧶 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
Is your feature request related to a problem? Please describe. Currently need to manually call and add items to
disent.registry
Describe the solution you'd like Add support for
experiment/run.py
such that it can read from the config to add items to the registry for use.