Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.19 KB

This is a PyTorch implementation of the paper: Multi-Scale Kronecker-Product Relation Networks for Few-Shot Learning

ScreenShot

Requirements

  • Pytorch 1.4.0
  • Torchvision 0.5.0
  • At least 1 GPU

Datasets

Citation

If you find our code useful for your research, please consider citing it using the bibtex:

@article{abdelaziz2022multi,
  title={Multi-scale kronecker-product relation networks for few-shot learning},
  author={Abdelaziz, Mounir and Zhang, Zuping},
  journal={Multimedia Tools and Applications},
  volume={81},
  number={5},
  pages={6703--6722},
  year={2022},
  publisher={Springer}
}

References