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

https://github.com/ilanaliouchouche/pytorchcvtrainingpack

Personal pack I use as reference for Computer Vision projects
https://github.com/ilanaliouchouche/pytorchcvtrainingpack

computer-vision pytorch

Last synced: 3 months ago
JSON representation

Personal pack I use as reference for Computer Vision projects

Awesome Lists containing this project

README

          

# PyTorchCVTrainingPack

- A simple implementation of classes allowing supervised learning on images.
- There are two popular architectures, Inception and ResNet developed from scratch and an implementation of auxiliary classifiers and a "Binary Inception loss".
- You can also find classes for preparation and training allowing tracking with tensorboard as well as various advanced manipulations such as hook functions.
- Everything has been tested