Skip to content

GeoTorch 0.2.0

Compare
Choose a tag to compare
@lezcano lezcano released this 01 Jun 13:35
· 20 commits to master since this release

More flexible initialisation

The current release implements a number of important changes

  • Now it's possible to initialise a constraint to a fixed matrix by simply assigning to the constrained weight
  • Complete rewrite of the logic that allowed to heavily simplify it
  • Updated to be compatible with torch.nn.utils.parametrize, which will be part of PyTorch 1.9
  • Added many new spaces
  • More thorough testing. All the possible constructions are now tested for every manifold