Ecosyste.ms: Awesome
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: 11 days ago
JSON representation
Implementation of Deep SPDNet in pytorch
- Host: GitHub
- URL: https://github.com/adavoudi/spdnet
- Owner: adavoudi
- License: mit
- Created: 2018-01-26T17:17:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T11:13:01.000Z (about 1 year ago)
- Last Synced: 2023-10-20T16:10:11.365Z (about 1 year ago)
- Topics: deep-learning, dimensionality-reduction, pytorch, riemannian-geometry, riemannian-manifold, riemannian-optimization, symmetric-positive-definite
- Language: Python
- Size: 51.8 KB
- Stars: 51
- Watchers: 2
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```