Image Classification Computer Vision with Hugging Face Transformers -Google ViT - Python ML Tutorial

preview_player
Показать описание
In this Python tutorial, You'll learn how to use the very latest Hugging Face model (on Model Hub)- Computer Vision Vision Transfomers (ViT Model from Google) to do Image Classification using Hugging Face Transformers (all in Transformers api). Hugging Face is quite popular for NLP but this time it's about Computer Vision and Image Classification.

This video introduces the latest ViT Model from Hugging Face Model Hub
Demonstrates ViT Image Classification with Hosted Inference API
Google Colab Python Code Walk through for Image Classification with Hugging Face Transformers

With Computer Vision from Hugging Face Transformers, I hope more things
to come!

Vision Transformer (ViT) model pre-trained on ImageNet-21k (14 million images, 21,843 classes) at resolution 224x224, and fine-tuned on ImageNet 2012 (1 million images, 1,000 classes) at resolution 224x224. It was introduced in the paper An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale by Dosovitskiy et al. and first released in this repository. However, the weights were converted from the timm repository by Ross Wightman, who already converted the weights from JAX to PyTorch. Credits go to him.
Рекомендации по теме
Комментарии
Автор

How can ViT be trained on another dataset

parveenkaur
Автор

Can we fine tune this model.

I am having custom data [Chemical structures (Images form)] with Different classes.
I am planning to finetune to classify the images.

Can u please make video on how to do custom training by using Google ViT pretrained model

krishnamurthy-ngfb
Автор

Nice Video, very helpful. Thank you so much . Can u plz tell how this can be used with tensoflow implementation?

ranikoshy
Автор

Thank you so much! How do i can train vit on another dataset?

ibtissamsaadi
Автор

How to use for your custom datasets ? (pics what you can provide)

shekharkumar
Автор

Thank you so much ... can please do the previous text generation lesson (AI (GPT-2) Text Generation in Python with Kaggle Dataset | FineTuning GPT Model with Custom Text) using Hugging Face Transformers.. because your amazing to make complex easy ..

thelastone
Автор

how to train on custom dataset using baseline?

siddharthmagadum