Published August 18, 2023
| Version v0.3.0
Software
Open
uofgravity/glasflow: v0.3.0
Description
Release v0.3.0 of glasflow
This release includes new features and bug fixes. See below for details and for the complete set of changes see: https://github.com/uofgravity/glasflow/compare/v0.2.0...v0.3.0
What's changed Added- Keyword arguments passed to
glasflow.transform.coupling.AffineCouplingTransform
are now propogated to the parent class. (#51) - Add support
scale_activation
toglasflow.transform.coupling.AffineCouplingTransform
and set the default tonflows_general
. (#52, #54)
- Default scale activation for
glasflow.transform.coupling.AffineCouplingTransform
is changed fromDEFAULT_SCALE_ACTIVATION
in nflows tonflows_general
from glasflow. This changes the default behaviour, the previous behaviour can be recovered by settingscale_activation='nflows'
. (#52, #54)
- fix a bug in
glasflow.nflows/utils/torchutils.searchsorted
, see https://github.com/uofgravity/nflows/pull/9 for details. (#53)
- The
scaling_method
argument inglasflow.transform.coupling.AffineCouplingTransform
is now deprecated in favour ofscale_activation
and will be removed in a future release. (#52)
Files
uofgravity/glasflow-v0.3.0.zip
Files
(42.4 kB)
Name | Size | Download all |
---|---|---|
md5:cadd089737a026eeceb98a8cc51ce000
|
42.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/uofgravity/glasflow/tree/v0.3.0 (URL)