0.4.0
This release brings several breaking changes. Some renaming of classes, and removal of config functions.
- Use ABC for abstract methods.
- Replace
DomainDescription
withGWInterface
. - Add
contrastive_fn
attribute inDeterministicGWLosses
to compute the contrastive loss.
It can then be customized. - Rename every abstract class with ClassNameBase. Rename every "Deterministic" classes
to remove "Deterministic". - Remove all config related functions. This is not the role of this repo.