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

Fix x_shape config value in norm_conv64.yaml #35

Closed meffmadd closed 1 year ago

meffmadd commented 1 year ago

The configs for x_shape in experiment/config/model/norm_conv64.yaml used data instead of dataset.

nmichlo commented 1 year ago

Good catch! Thank you very much for putting together this PR!

nmichlo commented 1 year ago

published release: https://github.com/nmichlo/disent/releases/tag/v0.6.3