Nathan

Results 30 issues of Nathan

**Is your feature request related to a problem? Please describe.** Model saving and checkpointing is currently disabled for `experiment/run.py` This was due to old pickling errors and the extensive use...

documentation
enhancement
good first issue
refactoring

**Is your feature request related to a problem? Please describe.** The current examples are very limited and only show how to use `disent`. **Describe the solution you'd like** Add examples...

documentation

**Is your feature request related to a problem? Please describe.** Current metrics require that you provide a representation function. This is inconvenient and always repeated. Metrics also always require that...

documentation
enhancement
good first issue
refactoring

Documentation is missing key framework features - augmentations - schedules - creating your own framework - creating your own models - creating your own datasets - visualisations

documentation
good first issue

Tests are currently lacking across disent - data - datasets - schedule - metrics - transformations

enhancement
good first issue

The betatcvae implementation is definitely not correct. - loss scaling is not implemented - sane defaults for config

good first issue

The InfoVAE implementation is probably not correct. - loss scaling might not be correctly implemented - sane defaults for config - irq kernel was removed

good first issue

The DipVAE implementation is probably not correct. - loss scaling is not be correctly implemented - sane defaults for config

good first issue

Removed `reduction="sum"` in #12, but considerable effort is still required to maintain and verify models (#3, #4, #5) Two options exist: 1. Allow models to specify their allowed modes: `"mean"`...

cleanup
proposal
breaking change

**Describe the bug** Schedules may unintentionally be affected by the use of validation and test data enabled in release v0.3.4 5695747c1e94420c024f1505d9b8a4b3c81ad610 - These steps might increment trainer.global_step Conversely validation and...

bug
enhancement
proposal