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

[BUG]: Investigate Schedule Interaction With Validation & Test Data #27

Open nmichlo opened 2 years ago

nmichlo commented 2 years ago

Describe the bug Schedules may unintentionally be affected by the use of validation and test data enabled in release v0.3.4 5695747c1e94420c024f1505d9b8a4b3c81ad610

Conversely validation and test steps will use the current value of the schedule.

This issue is in response to the fixes introduced in #22

Expected behaviour I am not sure what the expected behaviour should be in some cases. Further discussion may be required.