aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
...
* Automated rollback of change 141622306Gravatar Vijay Vasudevan2017-01-10
* Allow tf.divide's name argument to be honored.Gravatar Andrew Selle2017-01-10
* Add tf.concat with the new argument order: tf.concat(values, axis, name). Also,Gravatar A. Unique TensorFlower2017-01-10
* Remove all remaining tf.pack,tf.unpack references and remove tf.pack/tf.unpackGravatar A. Unique TensorFlower2017-01-10
* Make moments numerically stable by default. Added tests for moments.Gravatar Sergio Guadarrama2017-01-10
* Set up the generated gradient while loops properly so that `None` is propagat...Gravatar Yuan Yu2017-01-10
* tfdbg: add tab completion to ReadlineUIGravatar Shanqing Cai2017-01-10
* Make SecondOrStepTimer public.Gravatar Mustafa Ispir2017-01-10
* Refactor intializer functions as initializer classes. This is purely a refact...Gravatar Francois Chollet2017-01-09
* Change default initializer to glorot_uniform.Gravatar Lukasz Kaiser2017-01-09
* Remove tf.concat(concat_dim, values, name). I will follow up with another cl ...Gravatar A. Unique TensorFlower2017-01-09
* Remove tf.platform.Gravatar Patrick Nguyen2017-01-09
* Change reduce_join to treat reduction_indices in the same way asGravatar A. Unique TensorFlower2017-01-09
* Minor documentation fixes.Gravatar Yoni Ben-Meshulam2017-01-09
* Fused version of adjust_saturation.Gravatar A. Unique TensorFlower2017-01-09
* Added TensorArray.identity which returns a TensorArray with the same content ...Gravatar A. Unique TensorFlower2017-01-09
* Merge changes from github.Gravatar Shanqing Cai2017-01-08
* Fix a bad comment.Gravatar Martin Wicke2017-01-08
* tfdbg-tflearn integration: add dedicated doc + a kwarg renamingGravatar Shanqing Cai2017-01-06
* Add TensorFlow __init__.py back to py_binary targetsGravatar Justine Tunney2017-01-06
* Catch AbortedError during init_op / ready_op via MonitoredSession.Gravatar Mustafa Ispir2017-01-06
* _construct_sparse_tensors_for_sparse_features returns a new dictionary instea...Gravatar A. Unique TensorFlower2017-01-06
* Update docstring for checkpoint v2.Gravatar Cassandra Xia2017-01-06
* Improve error message during ImportError.Gravatar Vijay Vasudevan2017-01-06
* tfdbg: fix syntax errors in example py filesGravatar Shanqing Cai2017-01-06
* Benchmark.run_op_benchmark now also stores (memory) allocator maximum usageGravatar Eugene Brevdo2017-01-06
* Add support for gradient calculation for concat_v2 with negative axis to fix ...Gravatar A. Unique TensorFlower2017-01-06
* Allow empty tf.Features in the FeatureLists for sparse sequence examples.Gravatar A. Unique TensorFlower2017-01-06
* Convert tf.flags usage to argparse. Move use of FLAGS globals into main() only.Gravatar Vijay Vasudevan2017-01-06
* Small fix for named arguments in SparseFeature parsing.Gravatar A. Unique TensorFlower2017-01-06
* Fixed incorrect return type description.Gravatar A. Unique TensorFlower2017-01-06
* tfdbg CLI: add ReadlineUI as a fallback to CursesUIGravatar Shanqing Cai2017-01-06
* Removes certain ops from docs that should never have been added:Gravatar A. Unique TensorFlower2017-01-06
* Setting losses_test to medium since it times out on Jenkins at times.Gravatar A. Unique TensorFlower2017-01-05
* Removing the constant checking for tf.parallel_stack since it convertsGravatar Xiaoqiang Zheng2017-01-05
* Handling the case when save_summaries_secs or save_checkpoint_secs is None.Gravatar Rohan Jain2017-01-05
* Merge changes from github.Gravatar Rohan Jain2017-01-05
* Change arg order for {softmax,sparse_softmax,sigmoid}_cross_entropy_with_logi...Gravatar Martin Wicke2017-01-04
* Moving FinalOpsHook into basic_session_run_hooks.Gravatar Nathan Silberman2017-01-04
* Update callers of array_ops.concat to call array_ops.concat_v2 instead since ...Gravatar A. Unique TensorFlower2017-01-04
* Make Empty Op Stateful.Gravatar A. Unique TensorFlower2017-01-04
* Adds V2 versions of Queue and Reader ops using ResourceHandles.Gravatar A. Unique TensorFlower2017-01-04
* Add deprecation warnings to tf.neg and prepare for deprecation warnings ofGravatar Andrew Selle2017-01-04
* Switch tf-learn BaseEstimator.evaluate() to using evaluation.evaluate_once()Gravatar Shanqing Cai2017-01-04
* Fix parsing of Python command-line arguments in tests.Gravatar Peter Hawkins2017-01-04
* Automated rollback of change 143523842Gravatar A. Unique TensorFlower2017-01-04
* Convert tf.flags usage to argparse. Move use of FLAGS globals into main() only.Gravatar Vijay Vasudevan2017-01-04
* tfdbg CLI: let list_tensors (lt) output display dump file sizeGravatar Shanqing Cai2017-01-03
* Adds the following new ops:Gravatar A. Unique TensorFlower2017-01-03
* Fix freeze_graph.Gravatar A. Unique TensorFlower2017-01-03