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
731 stars 147 forks source link

Queaten about SS for pytorch #17

Open xiaobeikankan opened 4 years ago

xiaobeikankan commented 4 years ago

sorry for this issue. I can't find the SS_N implementation. Did you haven't realized this part yet?

yaoyao-liu commented 4 years ago

Thanks for your interest in our work.

The implementation for SS operations is in models/conv2d_mtl.py file. E.g., https://github.com/yaoyao-liu/meta-transfer-learning/blob/0cb2c39814ea5989811f4f1e1d44161b2b56ab2b/pytorch/models/conv2d_mtl.py#L93-L101