marcociccone / yapt

Yet Another PyTorch Trainer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAPT: Yet Another PyTorch Trainer

A simple framework that takes inspiration from all the best outside. From an idea of Marco Cannici PyTorch trainer Mostly inspired from PyTorch Lightning, but better suited for our purposes.

We developed this library to help our students from Polimi (and ourselvelves) to stay organized when writing code and designing experiments. The goal is to have a non-monolithic code base that is easily debuggable and scalable. We have a seemless integration with Neptune AI to track and compare experiments.

Future integrations

  • Distributed and Multi-gpu training

Disclaimer

This is experimental code and it should be used for research purposes only. We don't provide any support for this repo. We strongly suggest you to consider the awesome PyTorch Lightning.

About

Yet Another PyTorch Trainer

License:MIT License


Languages

Language:Python 100.0%