Skip to content

CVxTz/few-shot-image-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

few-shot-image-classification

Download Data

wget -O master.zip https://github.com/alexeygrigorev/clothing-dataset-small/archive/master.zip && \
unzip master.zip && \
rm master.zip && \
mv clothing-dataset-small-master data

Install requirements

conda create --name FewShot python=3.8

Torch

GPU

conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia

CPU

conda install pytorch torchvision torchaudio cpuonly -c pytorch

Requirements

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published