Skip to content

sadbb/few-shot-fgnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy Graph Neural Network for Few-Shot Learning

Implementation of FGNN on Python3, Pytorch 1.1.0

Mini-Imagenet [Download Page]

Download dataset and copy it inside data directory:

.
├── ...
└── data                    
   └── mini                
      ├── train  
      ├── val 
      └── test 
         ├── n01855672
         ├── ...
         └── n09256479

Training

# 5-Way 1-shot  
python3 main.py --exp_name $EXPNAME --dataset mini_imagenet 

# 5-Way 5-shot  
python3 main.py --exp_name $EXPNAME --dataset mini_imagenet --shot 5  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages