Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Darknet | 24,616 | 4 days ago | 1,962 | other | C | |||||
Convolutional Neural Networks | ||||||||||
Awesome Deep Learning Papers | 21,874 | 3 years ago | 34 | TeX | ||||||
The most cited deep learning papers | ||||||||||
Gnnpapers | 14,779 | 7 days ago | 12 | |||||||
Must-read papers on graph neural networks (GNN) | ||||||||||
Pwc | 14,522 | 4 years ago | 22 | |||||||
Papers with code. Sorted by stars. Updated weekly. | ||||||||||
Keras Gan | 8,842 | 9 months ago | 142 | mit | Python | |||||
Keras implementations of Generative Adversarial Networks. | ||||||||||
Adversarialnetspapers | 6,390 | a year ago | 5 | |||||||
Awesome paper list with code about generative adversarial nets | ||||||||||
Gans Awesome Applications | 4,667 | a month ago | 17 | |||||||
Curated list of awesome GAN applications and demo | ||||||||||
Deep Learning Papers | 2,954 | 4 years ago | 5 | |||||||
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled. | ||||||||||
Adversarial | 2,773 | 3 years ago | 7 | bsd-3-clause | Python | |||||
Code and hyperparameters for the paper "Generative Adversarial Networks" | ||||||||||
Awesome Speech Recognition Speech Synthesis Papers | 2,680 | 5 days ago | 2 | mit | ||||||
Automatic Speech Recognition (ASR), Speaker Verification, Speech Synthesis, Text-to-Speech (TTS), Language Modelling, Singing Voice Synthesis (SVS), Voice Conversion (VC) |
Code for the NIPS 2017 paper Prototypical Networks for Few-shot Learning.
If you use this code, please cite our paper:
@inproceedings{snell2017prototypical,
title={Prototypical Networks for Few-shot Learning},
author={Snell, Jake and Swersky, Kevin and Zemel, Richard},
booktitle={Advances in Neural Information Processing Systems},
year={2017}
}
pip install git+https://github.com/pytorch/tnt.git@master
.python setup.py install
or python setup.py develop
.sh download_omniglot.sh
.python scripts/train/few_shot/run_train.py
. This will run training and place the results into results
.
--log.exp_dir EXP_DIR
, where EXP_DIR
is your desired output directory.--data.cuda
.python scripts/train/few_shot/run_trainval.py
. This will save your model into results/trainval
by default.python scripts/predict/few_shot/run_eval.py --model.model_path results/trainval/best_model.pt
.