An open API service indexing awesome lists of open source software.

https://github.com/adavoudi/spdnet

Implementation of Deep SPDNet in pytorch
https://github.com/adavoudi/spdnet

deep-learning dimensionality-reduction pytorch riemannian-geometry riemannian-manifold riemannian-optimization symmetric-positive-definite

Last synced: about 1 year ago
JSON representation

Implementation of Deep SPDNet in pytorch

Awesome Lists containing this project

README

          

You can choose _one_ of the following two ways to get started with spdnet.

1. Let pip install spdnet globally in dev mode (still globally accessible, but changes to the code immediately take effect)
```bash
$ pip3 install -e .
```

2. Install with pip globally
```
$ pip3 install .
```