yaoyao-liu / meta-transfer-learning

TensorFlow and PyTorch implementation of "Meta-Transfer Learning for Few-Shot Learning" (CVPR2019)

Home Page:https://lyy.mpi-inf.mpg.de/mtl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance Pytorch Version

mikehuisman opened this issue · comments

Hi Yaoyao,

In your repository, it says that the pytorch performance is under check. Do you have any update on this?

Kind regards,

Mike Huisman

Thanks for your interest in our work.

Could you please try the pre-train model/code in this project?
We're using a similar pre-training strategy. So that we can find which part is incorrect.

I have tested the current code. The performance is around 59%-61%. It shouldn't be that low. Related issue: link

Thank you for your prompt response!
Yesterday, I reinstalled the environment, re-downloaded all data sets, updated CUDA drivers, and now I indeed get the same results!
Thank you for your help.