jakesnell / prototypical-networks

Code for the NeurIPS 2017 Paper "Prototypical Networks for Few-shot Learning"
MIT License
1.12k stars 254 forks source link

Alternative implementation #27

Open giovcandido opened 3 years ago

giovcandido commented 3 years ago

Hey guys!

I made an alternative implementation. I tried to keep it simple, but comparable. There are scripts to automatically download Omniglot and mini-ImageNet. And I followed the same experimental procedure.

The link is: https://github.com/giovcandido/prototypical-networks-project.

All you have to do is to run: sh exec_vanilla_omniglot.sh. Or: sh exec_vanilla_mini_imagenet.sh.

I made a notebook as well. The link is: https://github.com/giovcandido/prototypical-networks-jupyter.

I hope you enjoy it!