aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* tfdbg: add sh_test for examples & add add_tensor_filter to LocalCLIDebugHookGravatar Shanqing Cai2017-01-18
* Fix error in record_input_test due python2 vs 3 difference in writing strings.Gravatar A. Unique TensorFlower2017-01-17
* Rename `weights` in `Dense` layer to `kernel`, and add base layer aliases for...Gravatar Francois Chollet2017-01-17
* Add a new lightweight queue-like object - RecordInputGravatar A. Unique TensorFlower2017-01-17
* Moved FeedFnHook into basic_session_run_hooks.Gravatar Illia Polosukhin2017-01-17
* Make dtype consistent with docs for TP/TN/FP/FN ops.Gravatar A. Unique TensorFlower2017-01-17
* Turn on GPU growth option by default for InteractiveSession if no configGravatar Vijay Vasudevan2017-01-17
* Setting the default axis to 0 for argmax and argminGravatar Manjunath Kudlur2017-01-17
* Restrict weights rank to be the same as the broadcast target, to avoid ambigu...Gravatar A. Unique TensorFlower2017-01-17
* Merge changes from github.Gravatar Patrick Nguyen2017-01-17
* Added summary-save-sec option to the MonitoredTrainingSession, which is commo...Gravatar Mustafa Ispir2017-01-17
* Add a micro-benchmark for the resize_bilinear_op to the image_ops_test.Gravatar Brennan Saeta2017-01-17
* Improved error report when importing a sub-meta-graphdef with missing inputs.Gravatar A. Unique TensorFlower2017-01-17
* Use integer division to compute number of updates.Gravatar Patrick Nguyen2017-01-16
* Remove tf.cloud from public API until it's ready.Gravatar Patrick Nguyen2017-01-16
* tfdbg: Add GrpcDebugWrapperSessionGravatar Shanqing Cai2017-01-16
* Add tf.tables_initializer as a replacement for tf.initialize_all_tables, andGravatar A. Unique TensorFlower2017-01-15
* Default naming of scopes should continue, not reset, after jumps to reused sc...Gravatar Lukasz Kaiser2017-01-14
* Automated rollback of change 142694447Gravatar A. Unique TensorFlower2017-01-13
* Makes the ops used by ParallelConcat internal.Gravatar A. Unique TensorFlower2017-01-13
* Do parallel_stack as a graph rewrite instead of python code.Gravatar A. Unique TensorFlower2017-01-13
* Fix issues with shape inference during graph import.Gravatar Pete Warden2017-01-13
* tfdbg: add Session.sess_str check to Session wrapper base classGravatar Shanqing Cai2017-01-13
* Make weight broadcasting more strict (in particular, catch the case where a 1...Gravatar A. Unique TensorFlower2017-01-12
* Fix reference to now-deleted function field.Gravatar A. Unique TensorFlower2017-01-12
* Merge changes from github.Gravatar Patrick Nguyen2017-01-12
* More new ops for speeding up input pipline: stage and unstage.Gravatar A. Unique TensorFlower2017-01-12
* Create a benchmark for resize_bicubic_op.Gravatar Brennan Saeta2017-01-12
* Remove unnecessary control dependencies.Gravatar A. Unique TensorFlower2017-01-12
* Add nest.map_structure.Gravatar Eugene Brevdo2017-01-12
* Remove tf.mul, tf.neg and tf.sub from the public APIGravatar Andrew Selle2017-01-12
* Update docstring for SVD to emphasize that output argument order differs from...Gravatar A. Unique TensorFlower2017-01-12
* Losses should support scalar logits/labels.Gravatar A. Unique TensorFlower2017-01-12
* Transpose confusion matrix output to make it consistent with sklearn.Gravatar A. Unique TensorFlower2017-01-12
* Run SyncReplicasOptimizer with MonitoredSession.Gravatar Mustafa Ispir2017-01-12
* Fix bug in shape inference for set operations. It errantly had been setting f...Gravatar A. Unique TensorFlower2017-01-12
* Expose saved_model via tf.saved_model.Gravatar Patrick Nguyen2017-01-12
* tfdbg: add DumpingDebugWrapperSessionGravatar Shanqing Cai2017-01-12
* Kernels and ops for all optimizers when using resource variables.Gravatar A. Unique TensorFlower2017-01-12
* Correct misspelling in comments referring to how to initialize local variables.Gravatar A. Unique TensorFlower2017-01-11
* Delete the FunctionDef.Node code paths, now that we have switchedGravatar A. Unique TensorFlower2017-01-11
* Fix documentation of rows vs columns of confusion matrix.Gravatar A. Unique TensorFlower2017-01-11
* More conversions of flags library to argparse.Gravatar Vijay Vasudevan2017-01-11
* Now that moments are numerically stable by default, not need to use moving_mean.Gravatar Sergio Guadarrama2017-01-11
* Removing TensorArray.pack and TensorArray.unpackGravatar A. Unique TensorFlower2017-01-11
* Add optimized reverse kernel for reversing rows of a 3D tensor. This is used inGravatar A. Unique TensorFlower2017-01-11
* Deprecate tf.neg, tf.mul, tf.sub (and remove math_ops.{neg,mul,sub} usagesGravatar Andrew Selle2017-01-11
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Change CheckpointSaverHook to only call SummaryWriterCache if the hookGravatar A. Unique TensorFlower2017-01-10
* Test that the dense layer respects the initializer from variable_scope above.Gravatar Lukasz Kaiser2017-01-10