pumpikano / tf-dann

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

Updated to be compatible with Tensorflow 1.4 and Python 2.7. #18

Closed dougmcilwraith closed 6 years ago

dougmcilwraith commented 6 years ago

Tested on Ubuntu 16.04.

Have updated the notebooks and associated ancillary files to be in line with Tensorflow 1.4 and Python 2.7 - fixing also recommendations for deprecated function calls. I appreciate there is already a commit that tackles Python3 - perhaps worthwhile branching this as support for those still using Python 2.7.

pumpikano commented 6 years ago

Awesome! Thanks so much. I agree that it would be nice to keep 2.7 support in this repo. I will take a deeper look this weekend - I don't see major hurdles to supporting both 2.7 and 3.x, but need to test.

dougmcilwraith commented 6 years ago

Awesome. I'm looking at extend this work, and exploring some more examples, so will contribute this back.