sinAshish / LGM-Net-Pytorch

A pytorch implementation of LGM-Net: Learning to Generate Matching Networks for Few-Shot Learning(ICML 2019)
11 stars 1 forks source link

Do you get the same accuracy as original paper? #1

Open TheSunWillRise opened 5 years ago

sinAshish commented 5 years ago

I haven't tried training the model yet.

EternalWang commented 5 years ago

Have you tried training the model? Thanks!

sinAshish commented 4 years ago

when tested with FC100 dataset, it performs almost similar results as the miniImageNet results mentioned in the paper

EternalWang commented 4 years ago

Thanks for you reply. But CIFAR-100 is different from miniImageNet, so I think it isn't suitable to compare results on CIFAR-100 to miniImageNet even the auther didn't test on the former. I'll help to train the model on miniImageNet if I have time.

lailvlong commented 4 years ago

Thanks for you reply. But CIFAR-100 is different from miniImageNet, so I think it isn't suitable to compare results on CIFAR-100 to miniImageNet even the auther didn't test on the former. I'll help to train the model on miniImageNet if I have time.

Could you please share the results and codes when you finish it?

EternalWang commented 4 years ago

Thanks for you reply. But CIFAR-100 is different from miniImageNet, so I think it isn't suitable to compare results on CIFAR-100 to miniImageNet even the auther didn't test on the former. I'll help to train the model on miniImageNet if I have time.

Could you please share the results and codes when you finish it?

Sorry, I'm a little busy these days. Maybe I'lI finish it a month later.