Recent Releases of paradime
paradime - v1.1.0
Changes
This version aligns the ParaDime codebase with the state described in the revised paper preprint. This includes mostly changes to the specifications and their parsing:
- introduced registration functions
- moved parsing functionality to main module
- minor fixes in the docs
- Python
Published by einbandi about 3 years ago
paradime - v1.0.0
Changes
- Restructured ParaDime routines:
- Losses are now added as a dict and referenced in training phases.
- Data can be registered earlier, but that is no longer required. Instead data is added in the
traincall.
- Added specification parser (
ParametricDR.from_spec). - Added new examples and improved docs.
- Python
Published by einbandi over 3 years ago
paradime - v0.3.3
Changes
- Removed PyTorch from the dependencies. It must now be installed separately.
- Updated docs to reflect installation changes.
- Improved loss tracking for compound losses.
- Scatterplot now accepts an axes object.
- Added various examples to the docs.
- Python
Published by einbandi over 3 years ago
paradime - v0.3.0
Changes
- Changed syntax for
data_keyin relations, to allow computation of global relations for different attributes of the data set. - Added parameters for model methods to be used by losses.
- Various bugfixes.
- Improved docs and switched to
nbsphinxfor examples.
- Python
Published by einbandi over 3 years ago
paradime - v0.1.1
First release. Base functionality is finished. Documentation is still rudimentary. Examples are missing completely (apart from some in the playground notebook).
# Expected Major Changes
ParametricDRAPI mostly stable, but minor changes with respect to declaration of training phases and/or datasets are expected.- Possible refactoring/renaming of methods used as
loss_functioninLossinstances.
- Python
Published by einbandi over 3 years ago