Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cj-mills/fastai-timm-gesture-recognition-tutorial-code
This repository contains the training code for my beginner-friendly tutorial titled "Fine-Tuning Image Classifiers with Fastai and the timm library for Beginners".
https://github.com/cj-mills/fastai-timm-gesture-recognition-tutorial-code
fastai image-classification pytorch tutorial
Last synced: 3 days ago
JSON representation
This repository contains the training code for my beginner-friendly tutorial titled "Fine-Tuning Image Classifiers with Fastai and the timm library for Beginners".
- Host: GitHub
- URL: https://github.com/cj-mills/fastai-timm-gesture-recognition-tutorial-code
- Owner: cj-mills
- License: mit
- Created: 2023-10-04T18:19:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T01:53:04.000Z (9 months ago)
- Last Synced: 2024-02-25T02:39:25.023Z (9 months ago)
- Topics: fastai, image-classification, pytorch, tutorial
- Language: Jupyter Notebook
- Homepage: https://christianjmills.com/series/tutorials/fastai-train-image-classifier-series.html
- Size: 27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fine-Tuning Image Classifiers with Fastai and the timm library for Beginners
This repository contains the training code for my beginner-friendly tutorial titled "Fine-Tuning Image Classifiers with fastai and the timm library for Beginners".## Description
This tutorial provides a step-by-step guide on fine-tuning image classification models using fastai and the timm library to create a hand gesture recognizer. The content is structured to be accessible even to beginners in deep learning.
## License
Distributed under the MIT License. See [`LICENSE`](https://github.com/cj-mills/pytorch-timm-gesture-recognition-tutorial-code/blob/main/LICENSE) for more information.