Open ByungtaeAhn opened 7 years ago
Hi, I plan to implement it on MatConvNet soon. While, I have implemented DCGAN on MatConvNet (https://github.com/sunghbae/dcgan-matconvnet) You may also easily implement DANN based on the DCGAN codes.
@sunghbae Hi, oh thanks a lot. Plz let me know when you implement DANN. Good luck!
These days, 'Domain-Adversarial Training of Neural Networks' (https://arxiv.org/abs/1505.07818) is getting attention in Generative Adversarial Networks and domain adaptation learning. It's already implemented with Tensorflow, but I'm not familiar with that libraries. :( Does anybody have plan to implement DANN as an example?
@vedaldi @lenck