Resolve "Add GANs"
Closes #4 (closed)
Edited by Guillaume HEUSCH
Merge request reports
Activity
added 9 commits
- 5fc29a09 - [architectures] added DCGAN
- 9982b093 - [trainers] added trainer for DCGAN
- fb36d05c - [scripts] added script to train a DCGAN
- 4fa5fa92 - [script] remove the get_parameter function from the train_cnn script
- 53d6dfe0 - [script] generic script to train DCGAN
- b75490d2 - [architectures] added DCGAN in __init__.py
- 8d3d6d51 - [trainers] added DCGANTrainer in __init__.py
- ad3aa441 - [db] added M-PIE in __init__.py
- dab01b02 - [build] add script to train DCGAN in setup.py
Toggle commit listadded 8 commits
- 74c22c44 - [CondGAN] added architecture, trainer and script for Conditional GAN
- 7c489023 - [architectures] fixed docstrings in ConditionalGAN
- 68ae48c1 - [architectures] moved the function to init the weights into utils
- 225fb644 - [trainers] fixed docstrings in ConditionalGANTrainer
- 6807ce27 - [architectures] removed unecessary import in DCGAN
- 6981317d - [architectures] added ConditionalGAN in __init__.py
- df02a9a3 - [trainers] added ConditionalGANTrainer in __init__, fixed display of error…
- e6a05829 - [script] fixed script to train conditional GAN, addedit in setup.py
Toggle commit listmentioned in commit bc17c6a2
Please register or sign in to reply