sagiebenaim / OneShotTranslation

Pytorch implementation of "One-Shot Unsupervised Cross Domain Translation" NIPS 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doubt regarding meta learning

vainaixr opened this issue · comments

hello,

I went through implementation of meta learning, where they compute second order derivative, I saw a paper where they combined meta learning with gans to achieve good results on one shot image generation, they generated different facial expressions from one image.

does meta learning apply to this repository also?

thanks