aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/autograph/examples
Commit message (Expand)AuthorAge
* Move AutoGraph to core. This CL moves the entirety of the code base, keeping ...Gravatar Dan Moldovan2018-09-11
* Internal change.Gravatar Dan Moldovan2018-09-04
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Better error message when @autograph.convert(recursive=True) failsGravatar A. Unique TensorFlower2018-08-01
* Disabling errors integration test on Windows.Gravatar A. Unique TensorFlower2018-07-31
* Remove an unneeded check and fix an off by one error in the rewritten line nu...Gravatar A. Unique TensorFlower2018-07-31
* Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* Re-enable the integration tests on TAP, and only disable the failing windows ...Gravatar Dan Moldovan2018-07-25
* Disable broken autograph integration tests.Gravatar Gunhan Gulsoy2018-07-25
* Colab demonstrating the overhead of AutoGraph and Eager vs. a vectorized grap...Gravatar A. Unique TensorFlower2018-07-25
* Default nonempty list initializers to Python lists, because the idiom is wide...Gravatar Dan Moldovan2018-07-23
* Fix for conditional attributes crashing in static analysisGravatar A. Unique TensorFlower2018-07-23
* Fix file paths.Gravatar Dan Moldovan2018-07-23
* A notebook containing simple algorithms.Gravatar Dan Moldovan2018-07-20
* Two speed test notebooks: MNIST training loop and Collatz.Gravatar Dan Moldovan2018-07-16
* Bring the workshop notebook to date.Gravatar Dan Moldovan2018-07-16
* Bring the dev summit notebook to date.Gravatar Dan Moldovan2018-07-16
* Missing import and pip install of tf-nightly in workshop notebookGravatar A. Unique TensorFlower2018-07-16
* Broad refactor (part 7): Swap in the new CFG implementation, along with the n...Gravatar Dan Moldovan2018-07-13
* Internal changes.Gravatar A. Unique TensorFlower2018-07-13
* Internal changes.Gravatar A. Unique TensorFlower2018-07-12
* Merge pull request #20654 from alexbw:patch-3Gravatar TensorFlower Gardener2018-07-11
|\
* | Skeleton for integration tests.Gravatar Dan Moldovan2018-07-11
* | Add example benchmark colab.Gravatar A. Unique TensorFlower2018-07-10
| * Required import for workshop notebookGravatar Alex Wiltschko2018-07-09
|/
* AutoGraph notebook for workshopGravatar A. Unique TensorFlower2018-07-06
* Update paths and revert to explicit TensorArray since tensor lists lose neede...Gravatar Dan Moldovan2018-06-25
* Use autograph.stack now that the list format has changed.Gravatar A. Unique TensorFlower2018-06-21
* Update the Colorbot demo to use a Keras model in addition to the Estimator.Gravatar A. Unique TensorFlower2018-04-19
* Demo: RNN colorbot with Estimators.Gravatar A. Unique TensorFlower2018-04-13
* Merge changes from github.Gravatar Michael Case2018-04-10