aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/eager
Commit message (Expand)AuthorAge
* Fix link in eager notebook stub.Gravatar Billy Lamberta2018-10-04
* Reduce batch sizes for some eager tests to prevert OOMs in OSS runsGravatar Todd Wang2018-10-03
* [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* Disable async remote testsGravatar Akshay Modi2018-10-01
* Update L2HMC graph benchmark to be more similar to eager benchmark.Gravatar Akshay Modi2018-09-27
* Reduce the size of //tensorflow/tools/pip_package:simple_console_windowsGravatar A. Unique TensorFlower2018-09-27
* Add densenet to the examples_pipGravatar Akshay Modi2018-09-26
* Wrap forward and backward pass in a defun for L2HMC.Gravatar Akshay Modi2018-09-24
* Fix broken build.Gravatar Alexandre Passos2018-09-21
* Simple scaffold for parameter-server training with eager executionGravatar Alexandre Passos2018-09-21
* Fixed broken linksGravatar Shujian20152018-09-19
* Merge pull request #22164 from yongtang:09082018-colorbotGravatar TensorFlower Gardener2018-09-11
|\
* \ Merge pull request #21689 from yashk2810:masterGravatar TensorFlower Gardener2018-09-11
|\ \
* | | Move tf.scan benchmark from contrib/eager/examples to eager/benchmarks_test.pyGravatar Akshay Agrawal2018-09-10
* | | Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
| | * Fix broken link in rnn_colorbotGravatar Yong Tang2018-09-08
| |/ |/|
* | This CL adds extra tests for `contrib.eager.metrics` that check eager metrics...Gravatar A. Unique TensorFlower2018-09-04
* | Fix minor typosGravatar Sergii Khomenko2018-09-01
* | Merge pull request #21890 from keishi:pix2pix_resizeGravatar TensorFlower Gardener2018-08-31
|\ \
* | | Respect name parameter when constructing Resnet50 class.Gravatar Akshay Modi2018-08-30
* | | Correctly expose connect_to_remote_hostGravatar Akshay Modi2018-08-27
* | | Fix broken links to colorbot data filesGravatar A. Unique TensorFlower2018-08-27
* | | These files have moved to the docs repo.Gravatar Mark Daoust2018-08-27
| * | Fix pix2pix_eager.ipynb image resize methodGravatar Keishi Hattori2018-08-27
|/ /
* | Add a helper to be able to connect to cloud TPUs easily in the colab env.Gravatar Akshay Modi2018-08-24
* | Make eager ResNet50 call() method params conformant to conventionGravatar Igor Ganichev2018-08-23
* | Making the side effect of result() function of tfe.Metrics.Mean optional.Gravatar A. Unique TensorFlower2018-08-22
| * Removing tf.nn.softmaxGravatar Yash Katariya2018-08-22
| * Simplyfing the evaluation step by taking argmax of the softmax of the predict...Gravatar Yash Katariya2018-08-22
|/
* Merge pull request #21299 from SayHiRay:patch-1Gravatar TensorFlower Gardener2018-08-21
|\
* | Remove graph_callable.py and all references to it.Gravatar Akshay Agrawal2018-08-20
* | Support nested defuns on TPUGravatar Igor Ganichev2018-08-17
* | Allow tfe.set_server_def to enable remote eager execution.Gravatar Akshay Modi2018-08-16
| * Remove unnecessary tf.expGravatar Ruizhi2018-08-14
| * Remove unnecessary tf.expGravatar Ruizhi2018-08-14
* | correcting the indentationGravatar Yash Katariya2018-08-11
* | Replacing tf.contrib.data.batch_and_drop_remainder by batch(..., drop_remaind...Gravatar Yash Katariya2018-08-11
* | Add tests for remote eager execution.Gravatar Akshay Modi2018-08-10
* | Adding checkpointing codeGravatar Yash Katariya2018-08-10
* | Adding HTTPS to link so a GIF displays properly.Gravatar Josh Gordon2018-08-10
* | made a small mistake while decorating with @tfe.defun. Fixing that.Gravatar Yash Katariya2018-08-10
* | pix2pix using tf.keras and eager executionGravatar Yash Katariya2018-08-09
* | Fix estimator dependencies in contrib/.Gravatar Michael Case2018-08-09
* | Improve animations for dcgan and cvae.Gravatar Mark Daoust2018-08-09
* | Remove usage of magic-api-link syntax from source files.Gravatar Mark Daoust2018-08-09
* | Add convolutional VAE notebook example.Gravatar Xuechen Li2018-08-08
* | Update readme regarding TensorFlow verion requirement.Gravatar Xuechen Li2018-08-08
* | Add a unit test from the blog post code demonstration.Gravatar Xuechen Li2018-08-08
* | Add an optional input signature for functions generated with defun.Gravatar Akshay Agrawal2018-08-06
* | Remove sagan example.Gravatar Xuechen Li2018-08-02