yaoyao-liu / meta-transfer-learning

TensorFlow and PyTorch implementation of "Meta-Transfer Learning for Few-Shot Learning" (CVPR2019)
https://lyy.mpi-inf.mpg.de/mtl/
MIT License
750 stars 149 forks source link

the implementation for the hard-meta batch #64

Open zzltly opened 3 months ago

zzltly commented 3 months ago

Hello, liu. Your work is insighting and very useful to my work on peptide discovering, will you please update the implementation for the hard-meta batch in the current repository?

yaoyao-liu commented 3 weeks ago

Thank you so much for your interest in our work. I am sorry for not integrating the code for the hard task meta-batch into the public repository. As this work was released around five years ago, some packages are already outdated. I will try to update the code, but I cannot guarantee a date.

The implementation details of the hard task meta-batch are available in the journal paper (link). If you have any questions when you're re-implementing this part, please feel free to contact me via email: lyy@illinois.edu

yaoyao-liu commented 2 days ago

Here is a preliminary version of the hard-task match batch code: https://github.com/yaoyao-liu/mtl-hard-tasks. If you have any questions, please feel free to contact me.