aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/gan/python
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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
* Add tensor pool feature to tf.contrib.ganGravatar A. Unique TensorFlower2017-11-22
* Fix GANEstimator docstring.Gravatar A. Unique TensorFlower2017-11-10
* 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
* 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
* Improve numerical accuracy of KL computationGravatar A. Unique TensorFlower2017-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
* Migrate GANEstimator to opensource.Gravatar A. Unique TensorFlower2017-09-30
* BREAKING CHANGE: Always put real data arg before generated data arg.Gravatar A. Unique TensorFlower2017-09-28
* Fix finding the trace of sqrt(sigma_1 sigma_2) in Frechet Inception Distance....Gravatar A. Unique TensorFlower2017-09-28
* Fix TFGAN losses docstring about weights.Gravatar A. Unique TensorFlower2017-09-27
* Bugfix: don't force dummy global step to be int64.Gravatar A. Unique TensorFlower2017-09-22
* Correct an issue in calculating Frechet Inception Distance.Gravatar A. Unique TensorFlower2017-09-21
* Add ability to load graph from resource.Gravatar A. Unique TensorFlower2017-09-15
* Migrate TFGAN eval to opensource.Gravatar A. Unique TensorFlower2017-09-15
* Migrate core TFGAN functions to opensource.Gravatar A. Unique TensorFlower2017-09-12
* Fix tuple_losses bug caused by Python bug.Gravatar A. Unique TensorFlower2017-09-12
* Add Flatten to core layers.Gravatar Francois Chollet2017-09-11
* Fix pip tests for contrib/gan.Gravatar Yifei Feng2017-09-10
* Migrate TFGAN features to third_party.Gravatar A. Unique TensorFlower2017-09-08