csyanbin / TPN

Code for ICLR19 paper: Learning to Propagate Labels: Transductive Propagation Network for Few-shot Learning.
243 stars 43 forks source link

Code for MAML, Reptile, and Relation Net #7

Closed siavash-khodadadeh closed 4 years ago

siavash-khodadadeh commented 4 years ago

Hello,

Very interesting paper. Thank you for uploading the code. In the paper the results of applying transductive idea on MAML, Reptile and RelationNet algorithms are reported in table1 and table2. Is there a way to run MAML with transductive in this repository?

csyanbin commented 4 years ago

Sorry, we are not releasing this code right now. Please refer to Section 4.3 in our ICLR paper. We just add a transductive regularized loss on the original classification loss.

siavash-khodadadeh commented 4 years ago

I see. Thank you.