aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140527730
* Fixed a typo in the variables class description.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140525356
* Update commentGravatar Wei Ho2016-11-29
| | | | Change: 140524503
* Dedup multiple control edges from one partition to a single destination in ↵Gravatar Yuan Yu2016-11-29
| | | | | | another partition. Change: 140521393
* Add optional custom_getter_ param to make_template().Gravatar Skye Wanderman-Milne2016-11-29
| | | | Change: 140520520
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140520388
* LinearOperator updatesGravatar Ian Langmore2016-11-29
| | | | | | | | | | | SquareLinearOperatorDerivedClassTest. New base test class that reduces boilerplate in derived class tests for square operators. _tests_to_skip property. Provides a way to skip tests. add_to_tensor() method added. Some operators, like LinearOperatorDiag, can easily be added to a Tensor. Generic _to_dense() method now implemented in the base class. This only relies on .apply. This is somewhat efficient when .apply() is efficient. This is useful for some cases, such as a Circulant operator where .apply() is fast, but forming the dense matrix would be cumbersome. Change: 140519839
* Add experimental option for compilation.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140517341
* Use tensor shapes obtained by dryrun as output shapes of nodes in graph ↵Gravatar A. Unique TensorFlower2016-11-29
| | | | | | transferer Change: 140516966
* Fix error in metric definition in session-bundle.Gravatar Vinu Rajashekhar2016-11-29
| | | | | - Description should come before the labels. Change: 140516812
* Redirecting TF-Slim evaluation to new, merged evaluation loop. Removed ↵Gravatar Nathan Silberman2016-11-29
| | | | | | timeout test. Change: 140516090
* Correct handling of partitioners and adding partitioned variables to ↵Gravatar Lukasz Kaiser2016-11-29
| | | | | | collections. Change: 140515718
* Fix links to public UCI Census datasets in Wide & Deep tutorial.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140515674
* Throw an exception on failure to read records in tf_record_iteratorGravatar Jonathan Hseu2016-11-29
| | | | Change: 140506546
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140504031
* Export SavedModel from tf.Learn.Gravatar David Soergel2016-11-29
| | | | Change: 140502426
* Remove tf.batch_matmul Python interface.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140500123
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140490947
* Update release.md to reflect breaking changes to RNN variable names.Gravatar Eugene Brevdo2016-11-29
| | | | Change: 140489119
* Added embedding learning rate multiplier support for dnn-linear combined ↵Gravatar Mustafa Ispir2016-11-29
| | | | | | classifier (aka wide-n-deep) Change: 140487205
* Removes `tf.graph_util.set_cpu0()` from the API.Gravatar Derek Murray2016-11-29
| | | | | This function was only used internally. Change: 140485370
* Remove tf.batch_matmul Python interface.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140481905
* Added the ability to register a callback with a queue runner to be notified inGravatar Benoit Steiner2016-11-29
| | | | | case of an error Change: 140478026
* Removed an unnecessary debug assertionGravatar Benoit Steiner2016-11-29
| | | | Change: 140477117
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-29
| | | | Change: 140452088
* Add tests and correct reuse and custom_getter passing in core layers.Gravatar Lukasz Kaiser2016-11-29
| | | | | This also simplifies the implementation of contrib layers using core layers. Change: 140450272
* Improvements to image retraining example code:Gravatar A. Unique TensorFlower2016-11-28
| | | | | | | 1. Add an option to use the entire test/validation set for evaluating the model quality, rather than choosing a random subset. This makes the metrics much more stable across training iterations and across runs. 2. Add an option to output the list of failing examples in the test set. Change: 140444449
* Add flags for output dir in saved_model_half_plus_two.py. Remove static ↵Gravatar Li Lao2016-11-28
| | | | | | Saved Model of half plus two and its dependency. Change: 140441828
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140436648
* Expose max_norm to embedding_column and shared_embedding_columns inGravatar A. Unique TensorFlower2016-11-28
| | | | | tf.contrib.layers. Change: 140434285
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140432044
* Name ops and vars in head and in various places in contrib/.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140431877
* Fix a bug in the default cudnn workspace size.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140426975
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140426535
* Enables `zero_debias` for EMAs that use variables initialized to `0`.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140425072
* Java: Scaffolding for Java bindings.Gravatar Asim Shankar2016-11-28
| | | | | | | | Setup the build files and directory structure for TensorFlow Java bindings that use JNI and the TensorFlow C API. First step towards #5 Change: 140423173
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140422733
* Change docstring in summary_iterator to use new API.Gravatar Dan Mané2016-11-28
| | | | Change: 140418766
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140418407
* Fixes label parsing bug in Timeline.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140418283
* Internal-only change.Gravatar Peter Hawkins2016-11-28
| | | | Change: 140415735
* Added embedding learning rate multiplier support for DNN Classifier.Gravatar Mustafa Ispir2016-11-28
| | | | Change: 140412953
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140412729
* Adding person detection/tracking sample Activity to Android TensorFlow demo.Gravatar Andrew Harp2016-11-28
| | | | Change: 140411483
* Remove obsolete section from stream_executor.h.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140410410
* Add deprecation warning for tf.train.SummaryWriter.Gravatar Dan Mané2016-11-28
| | | | | tf.summary.FileWriter is the new name for this API. Change: 140409572
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140407814
* Create tf.summary.FileWriterCache, as replacement for ↵Gravatar Dan Mané2016-11-28
| | | | | | tf.train.SummaryWriterCache. Change: 140406300
* Removing stale reference to slim/preprocess.pyGravatar Nathan Silberman2016-11-28
| | | | Change: 140405112
* Fixes breaking Makefile buildGravatar A. Unique TensorFlower2016-11-28
| | | | Change: 140404186