Commit 74798d1 1 parent e226a04 commit 74798d1 Copy full SHA for 74798d1
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- # Learning Embedding Adaptation for Few-Shot Learning
2
- The code repository for "[ Learning Embedding Adaptation for Few-Shot Learning ] ( https://arxiv.org/abs/1812.03664 ) " in PyTorch
1
+ # Few-Shot Learning via Embedding Adaptation with Set-to-Set Functions
2
+ The code repository for "[ Few-Shot Learning via Embedding Adaptation with Set-to-Set Functions ] ( https://arxiv.org/abs/1812.03664 ) " in PyTorch
3
3
4
4
## Few-Shot Learning via Transformer
5
5
@@ -104,15 +104,14 @@ PS. The train_xxx.py scripts will evaluate the model with best validation accura
104
104
## .bib citation
105
105
If this repo helps in your work, please cite the following paper:
106
106
107
- @article{DBLP:YeHZS2018Learning ,
107
+ @inproceedings{ye2020fewshot ,
108
108
author = {Han-Jia Ye and
109
109
Hexiang Hu and
110
110
De-Chuan Zhan and
111
111
Fei Sha},
112
- title = {Learning Embedding Adaptation for Few-Shot Learning},
113
- journal = {CoRR},
114
- volume = {abs/1812.03664},
115
- year = {2018}
112
+ title = {Few-Shot Learning via Embedding Adaptation with Set-to-Set Functions},
113
+ booktitle = {Computer Vision and Pattern Recognition (CVPR)},
114
+ year = {2020}
116
115
}
117
116
118
117
You can’t perform that action at this time.
0 commit comments