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

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

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
```