floodsung / LearningToCompare_FSL

PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Few-Shot Learning part)
MIT License
1.04k stars 267 forks source link

for text classification? #27

Open laohur opened 5 years ago

laohur commented 5 years ago

I add a embedding layer(28 dim) in encoder for text classification. https://github.com/laohur/LearningToCompare_FSL

But the model do not converge. why?