Releases: lezcano/geotorch
Releases · lezcano/geotorch
GeoTorch 0.3.0
GeoTorch 0.2.0
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
GeoTorch v0.1.0
Initial release
Implements the following manifolds:
Rn(n)
: Rⁿ. Unrestricted optimizationSym(n)
: Vector space of symmetric matricesSkew(n)
: Vector space of skew-symmetric matricesSphere(n)
: Sphere in Rⁿ. It is Sⁿ⁻¹ = { x ∈ Rⁿ | ||x|| = 1 }SO(n)
: Manifold of n×n orthogonal matricesStiefel(n,k)
: Manifold of n×k matrices with orthonormal columnsGrassmannian(n,k)
: Manifold of k-dimensional subspaces in RⁿLowRank(n,k,r)
: Variety of n×k matrices of rank r or less
And the following constructions:
Manifold
: Manifold that supports Riemannian Gradient Descent and trivializationsFibration
: Fibred space π : E → M, constructed from aManifold
E, a submersion π and local sections of dπProductManifold
: M₁ × ... × Mₖ