Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.15 KB

Tutorial for generative models and Meta-Learning

This was originally produced as a tutorial of generative models and Meta-Learning(MAML) for Samsung Advanced Institute of Technology. There are some holes in the code to fill. See the powerpoint material for details.

How to run

  • Download dataset
~/se_tutorials$ sh download_dataset.sh
  • Create an anaconda environment
~/se_tutorials$ conda create -n (env name)
~/se_tutorials$ conda activate (env name)
(env name) ~/se_tutorials$ conda install --file requirements.txt
  • Run tutorials
(env name) ~/se_tutorials/(topic name)$ sh command.sh
  • topic names are: vae, dcgan, pix2pix, cyclegan, srgan, maml
  • Edit command.sh in each topic directory for different settings. GPU number, flag changes etc..

References