haeusser / learning_by_association

This repository contains code for the paper Learning by Association - A versatile semi-supervised training method for neural networks (CVPR 2017) and the follow-up work Associative Domain Adaptation (ICCV 2017).
https://vision.in.tum.de/members/haeusser
Apache License 2.0
151 stars 63 forks source link

what's the data augmentation used in SVHN #13

Closed yfllllll closed 6 years ago

yfllllll commented 6 years ago

In the paper "learning by association", the data augmentation is used in SVHN. I tried the data augmentation method described in paper, however failed to get the reported results. Can you share the data augmentation code?

haeusser commented 6 years ago

Hi there, sorry about the late response. All code is in the repository. Please have a look at this discussion for the flags that will activate the correct augmentation scheme.