Pytorch version of Adversarial Active Learning by Mélanie Ducoffe and extended by Julien Choukroun
The original codes in tensorflow at
- https://github.com/mducoffe/Adversarial_Active_Learning
- https://github.com/JulienChoukroun/Adversarial_Active_Learning/tree/master/MyCode
I only converted the parts of the code necessary for my own experiments. Functions not yet converted raise NotImplementedError.
+Bug fixes (will write details laters)