aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/gan
Commit message (Expand)AuthorAge
...
* Add gradient norm target arg to wass gradient penalty function. This trick is...Gravatar A. Unique TensorFlower2018-02-13
* Add test to ensure that covariance terms of FID is being incorporated meaning...Gravatar Surya Bhupatiraju2018-02-12
* Merge changes from github.Gravatar Michael Case2018-02-07
* Fix tolerance too tight for Wasserstein distance test.Gravatar A. Unique TensorFlower2018-02-02
* Support `mode` option to discriminator function in GANEstimator.Gravatar A. Unique TensorFlower2018-01-30
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Implement native support of CycleGAN in tf.contrib.ganGravatar A. Unique TensorFlower2018-01-22
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* 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
* 1) Bug fix: reuse discriminator_scope when re-applying discriminator_fn.Gravatar A. Unique TensorFlower2018-01-10
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Update docstring to be more accurate and indicate notes of usage.Gravatar Surya Bhupatiraju2018-01-02
* Merge changes from github.Gravatar A. Unique TensorFlower2017-12-22
* Automated g4 rollback of changelist 179260538Gravatar Dandelion Man?2017-12-15
* Automated g4 rollback of changelist 179258973Gravatar A. Unique TensorFlower2017-12-15
* Merge changes from github.Gravatar Dandelion Man?2017-12-15
* 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
* Remove real-data shape check in GANEstimator. Fixes github issue #14257.Gravatar A. Unique TensorFlower2017-12-12
* Add `discriminator_and_aux_fn` to `InfoGANModel`.Gravatar A. Unique TensorFlower2017-12-07
* Improve module docstrings, which show up in Google search.Gravatar A. Unique TensorFlower2017-12-05
* Fix TFGAN's `clip_weights_test.py` bugs.Gravatar A. Unique TensorFlower2017-12-04
* Generalize TFGAN's classifier metrics.Gravatar A. Unique TensorFlower2017-12-03
* 1) Make `tensor_pool` support a list of input_values, so we can store (genera...Gravatar A. Unique TensorFlower2017-12-01
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* [tfgan] Add option to pass MODE to generator_fn, for the purpose of things li...Gravatar A. Unique TensorFlower2017-11-27
* Update TFGAN Readme to link to examples.Gravatar A. Unique TensorFlower2017-11-23
* Add tensor pool feature to tf.contrib.ganGravatar A. Unique TensorFlower2017-11-22
* Fix GANEstimator docstring.Gravatar A. Unique TensorFlower2017-11-10
* Merge changes from github.Gravatar Andrew Harp2017-11-02
* Use double in FID computation to be closer to the numpy's results.Gravatar A. Unique TensorFlower2017-11-02
* Swap resize and normalization order in preprocess image to match the originalGravatar A. Unique TensorFlower2017-11-02
* Return a classifier score of the same type as the logits.Gravatar A. Unique TensorFlower2017-11-01
* Make `RunTrainOpsHook` public.Gravatar A. Unique TensorFlower2017-10-31
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* Improve inception score documentation.Gravatar A. Unique TensorFlower2017-10-19
* Note that tfgan.eval.preprocess_image now expects inputs from [0, 255] range.Gravatar A. Unique TensorFlower2017-10-19
* Update inception score to match the openAI version from https://github.com/op...Gravatar A. Unique TensorFlower2017-10-17
* Remove broken link.Gravatar A. Unique TensorFlower2017-10-16
* Improve numerical accuracy of KL computationGravatar A. Unique TensorFlower2017-10-13
* Internal change.Gravatar Anna R2017-10-13
* `name_scope('')` -> `name_scope(None)`.Gravatar A. Unique TensorFlower2017-10-10
* Fix wasserstein gradient penalty name scope issue and add the proper name scope.Gravatar A. Unique TensorFlower2017-10-09
* Make name scopes consistent.Gravatar A. Unique TensorFlower2017-10-06
* Fix docstring.Gravatar A. Unique TensorFlower2017-10-04
* Improve TFGAN documentation.Gravatar A. Unique TensorFlower2017-10-03
* Convert inputs to `wasserstein_gradient_penalty` to Tensor.Gravatar A. Unique TensorFlower2017-10-02
* Change default image grid size.Gravatar A. Unique TensorFlower2017-10-02
* Fix incorrect input Tensor name.Gravatar A. Unique TensorFlower2017-10-02