brain-research / realistic-ssl-evaluation

Open source release of the evaluation benchmark suite described in "Realistic Evaluation of Deep Semi-Supervised Learning Algorithms"
Apache License 2.0
458 stars 98 forks source link

where is data augmentation performed? #34

Closed hzhz2020 closed 4 years ago

hzhz2020 commented 4 years ago

Hi, thanks for your inspiring work "Realistic Evaluation of Deep Semi-Supervised Learning Algorithms". In the paper Appendix B you mentioned data augmentation is performed. When I look at the code in the repo, I couldn't find where they are performed. I'm sorry if I overlook anything, but I would really appreciate if you can point it out.

craffel commented 4 years ago

It's performed here: https://github.com/brain-research/realistic-ssl-evaluation/blob/3ee69a04994364f7d120a4b919da863d2ab3e66e/lib/networks.py#L140