├── LICENSE ├── README.md ├── flipGradientTF.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/gradient_reversal_keras_tf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/gradient_reversal_keras_tf/HEAD/README.md -------------------------------------------------------------------------------- /flipGradientTF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/gradient_reversal_keras_tf/HEAD/flipGradientTF.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michetonu/gradient_reversal_keras_tf/HEAD/requirements.txt --------------------------------------------------------------------------------