https://github.com/ufal/minnt
Minimalistic Neural Network Trainer for PyTorch inspired by Keras
https://github.com/ufal/minnt
deep-learning-framework pytorch
Last synced: about 1 month ago
JSON representation
Minimalistic Neural Network Trainer for PyTorch inspired by Keras
- Host: GitHub
- URL: https://github.com/ufal/minnt
- Owner: ufal
- License: mpl-2.0
- Created: 2025-06-27T08:38:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-01-30T22:40:04.000Z (about 2 months ago)
- Last Synced: 2026-01-31T10:28:28.835Z (about 2 months ago)
- Topics: deep-learning-framework, pytorch
- Language: Python
- Homepage: https://minnt.org
- Size: 202 KB
- Stars: 21
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Minnt

**Minnt** is **Mi**lan's **Mi**nimalistic **N**eural **N**etwork **T**rainer for PyTorch inspired by Keras.
Read the [documentation](https://minnt.org/).
See the [examples](https://minnt.org/examples/).
Install using:
```
pip install minnt --extra-index-url=https://download.pytorch.org/whl/cu128 torch torchvision
```