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
- Host: GitHub
- URL: https://github.com/ilanaliouchouche/pytorchcvtrainingpack
- Owner: ilanaliouchouche
- Created: 2024-03-02T11:18:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T12:12:14.000Z (about 2 years ago)
- Last Synced: 2025-06-10T17:58:41.062Z (about 1 year ago)
- Topics: computer-vision, pytorch
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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