Skip to content

Tensorflow-gpu (1.0.0.rc2, Window, py35) implementation of Domain Adversarial Neural Network

Notifications You must be signed in to change notification settings

jaejun-yoo/tf-dann-py35

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-dann-py35

Tensorflow-gpu (1.0.0.rc2, Window, py35) implementation of Domain Adversarial Neural Network.

Modified from pumpikano's github

#CHANGE LOGS Blobs-DANN.ipynb

  1. Kernel: Python2 -> Python3
  2. / -> //
  3. specified arguments of softmax_cross_entropy_with_logits(logits = , labels = ) e.g.) tf.nn.softmax_cross_entropy_with_logits(p_logit, y) -> tf.nn.softmax_cross_entropy_with_logits(logits = p_logit, labels = y)
  4. .next() -> .__next()__
  5. print ~ -> print(~)

flip_gradient.py

  1. tf.neg() -> tf.negative()

About

Tensorflow-gpu (1.0.0.rc2, Window, py35) implementation of Domain Adversarial Neural Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published