An open API service indexing awesome lists of open source software.

https://github.com/hsm207/my_unit

My implementation of the domain adaptation section of the "Unsupervised Image-to-Image Translation Networks" paper
https://github.com/hsm207/my_unit

Last synced: 7 months ago
JSON representation

My implementation of the domain adaptation section of the "Unsupervised Image-to-Image Translation Networks" paper

Awesome Lists containing this project

README

          

# my_unit
My reimplementation of the SHVN -> MNIST domain adaptation model as described in the 2017 NIPS paper titled [Unsupervised Image-to-Image Translation Networks](https://arxiv.org/pdf/1703.00848.pdf).

This implementation is in TensorFlow and is based on the author's [PyTorch implementation](https://github.com/mingyuliutw/UNIT).

# Status
### 27 January 2018
I have trained the model for 909 epochs and the highest accuracy is around 13%.