AntreasAntoniou / DAGAN

DAGAN: Data Augmentation Generative Adversarial Networks
https://arxiv.org/abs/1711.04340
MIT License
415 stars 103 forks source link

DenseNet classifier #17

Closed YusukeO closed 5 years ago

YusukeO commented 5 years ago

Thank you for your impressive work! I want to replicate classification experiment with my own dataset.

  1. I know the detail is well explained in the paper, but it's very helpful if you could tell me which DenseNet repository you used for classification experiment.
  2. Plus, did you normalize generated data to 0-1 before train classifier?

Thank you in advance!