openai / requests-for-research

A living collection of deep learning problems
https://openai.com/requests-for-research
1.69k stars 609 forks source link

solution to learned data augmentation. #40

Open chamorajg opened 3 years ago

chamorajg commented 3 years ago

Thanks for putting up a list of interesting and useful problems. I am presenting a solution to the learned data augmentation problem which learns the augmentation as well as improves the generalization of the VAE. Source code is pytorch based and is open-sourced on github. All links are provided in the file attached.

Best Regards, Chandramouli Rajagopalan

chamorajg commented 3 years ago

Can someone verify the solution?