pumpikano / tf-dann

Domain-Adversarial Neural Network in Tensorflow
MIT License
628 stars 224 forks source link

Please help #3

Closed saadirtza closed 7 years ago

saadirtza commented 7 years ago

Hi,

Thanks for sharing the code. I m new to tensorflow.. i have developed the MNIST database as u suggested in your code. Can you please help me to run the adaptation code? Which file is actually is the main code for tf-dann

Many thanks Regards Saad

pumpikano commented 7 years ago

Hey @saadirtza, two two .ipynb files contain two simple experiments. You should be able to run these notebooks with Jupyter notebook in an python environment with Tensorflow as the dependencies specified in requirements.txt.

saadirtza commented 7 years ago

it worked. Thanks alot.