aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/gan/BUILD
Commit message (Expand)AuthorAge
* [TFGAN] StarGAN Estimator ImplementationGravatar A. Unique TensorFlower2018-08-27
* Add stargan image summaries to show result of transforming image to eachGravatar Wesley Qian2018-08-13
* Fix estimator dependencies in contrib/.Gravatar Michael Case2018-08-09
* Add StarGAN Loss to TFGAN.Gravatar Wesley Qian2018-07-29
* Extend random pool to work with arbitrarily nested tensor structures.Gravatar A. Unique TensorFlower2018-07-23
* Use paramaterized tests in `train_test.py`.Gravatar A. Unique TensorFlower2018-07-22
* Add StarGAN model for TFGAN.Gravatar Wesley Qian2018-07-17
* Add build rules that were accidentally removed.Gravatar A. Unique TensorFlower2018-07-10
* [tfgan] Deprecate GANHead and simplify GANEstimator.Gravatar A. Unique TensorFlower2018-07-10
* test previously untested eval codepaths.Gravatar A. Unique TensorFlower2018-04-10
* Windows: Enable tensorflow/contrib in Bazel build (Second try)Gravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Avoid running //third_party/tensorflow/contrib/gan:train_test under tsanGravatar A. Unique TensorFlower2018-02-16
* Implement native support of CycleGAN in tf.contrib.ganGravatar A. Unique TensorFlower2018-01-22
* Fix flaky training tests. Reenable the tests.Gravatar A. Unique TensorFlower2018-01-10
* The gan training test is flaky. Disabling it.Gravatar Amit Patankar2018-01-10
* Sliced Wasserstein Distance metric for GANs evaluation.Gravatar A. Unique TensorFlower2017-12-12
* Integrate tensor pool feature to `gan_loss` function.Gravatar A. Unique TensorFlower2017-12-12
* 1) Make `tensor_pool` support a list of input_values, so we can store (genera...Gravatar A. Unique TensorFlower2017-12-01
* Add tensor pool feature to tf.contrib.ganGravatar A. Unique TensorFlower2017-11-22
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* Internal change.Gravatar Anna R2017-10-13
* Migrate GANEstimator to opensource.Gravatar A. Unique TensorFlower2017-09-30
* Bugfix: don't force dummy global step to be int64.Gravatar A. Unique TensorFlower2017-09-22
* Migrate TFGAN eval to opensource.Gravatar A. Unique TensorFlower2017-09-15
* Migrate core TFGAN functions to opensource.Gravatar A. Unique TensorFlower2017-09-12
* Fix pip tests for contrib/gan.Gravatar Yifei Feng2017-09-10
* Migrate TFGAN features to third_party.Gravatar A. Unique TensorFlower2017-09-08
* Migrate TFGAN losses to third_party.Gravatar A. Unique TensorFlower2017-09-08
* Initial submit for TFGAN.Gravatar A. Unique TensorFlower2017-08-31