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

https://github.com/cj-mills/pytorch-timm-gesture-recognition-tutorial-code

This repository contains the training code for my beginner-friendly tutorial titled "Fine-Tuning Image Classifiers with PyTorch and the timm library for Beginners".
https://github.com/cj-mills/pytorch-timm-gesture-recognition-tutorial-code

fine-tuning image-classification pytorch timm-library training-code tutorial

Last synced: 5 months ago
JSON representation

This repository contains the training code for my beginner-friendly tutorial titled "Fine-Tuning Image Classifiers with PyTorch and the timm library for Beginners".

Awesome Lists containing this project

README

          

# Fine-Tuning Image Classifiers with PyTorch and the timm library for Beginners

## Description

This tutorial provides a step-by-step guide on fine-tuning image classification models using PyTorch and the timm library to create a hand gesture recognizer. The content is structured to be accessible even to beginners in deep learning.

## Tutorial Links

* [Fine-Tuning Image Classifiers with PyTorch and the timm library for Beginners](https://christianjmills.com/posts/pytorch-train-image-classifier-timm-hf-tutorial/)

## In-Browser Demo

* [https://cj-mills.github.io/pytorch-timm-gesture-recognition-tutorial-code/](https://cj-mills.github.io/pytorch-timm-gesture-recognition-tutorial-code/)

## Training Code

| Jupyter Notebook | Google Colab |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [GitHub Repository](https://github.com/cj-mills/pytorch-timm-gesture-recognition-tutorial-code/blob/main/notebooks/pytorch-timm-image-classifier-training.ipynb) | [Open In Colab](https://colab.research.google.com/github/cj-mills/pytorch-timm-gesture-recognition-tutorial-code/blob/main/notebooks/pytorch-timm-image-classifier-training-colab.ipynb) |

## ONNX Export

| Jupyter Notebook | Google Colab |
| ------------------------------------------------------------ | ------------------------------------------------------------ |
| [GitHub Repository](https://github.com/cj-mills/pytorch-timm-gesture-recognition-tutorial-code/blob/main/notebooks/pytorch-timm-image-classifier-onnx-export.ipynb) | [Open In Colab](https://colab.research.google.com/github/cj-mills/pytorch-timm-gesture-recognition-tutorial-code/blob/main/notebooks/pytorch-timm-image-classifier-onnx-export-colab.ipynb) |

## License

Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more information.