aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/eager/backprop_test.py
Commit message (Expand)AuthorAge
...
* eager: Fix issue with custom_gradients and implicit_gradients.Gravatar Asim Shankar2017-10-13
* imperative_gradient doesn't fail if some variables are not connected to the o...Gravatar Alexandre Passos2017-10-05
* Optimize eager PTB memory to be similar to graph oneGravatar A. Unique TensorFlower2017-09-26
* eager: Fix bug in tfe.gradients_function().Gravatar Asim Shankar2017-09-21
* TFE: Add default value back to params of value_and_gradients_functionGravatar Shanqing Cai2017-09-18
* Use the correct module for ones_like.Gravatar A. Unique TensorFlower2017-09-16
* eager: gradients_function now accepts primitives and numpy arrays.Gravatar Asim Shankar2017-09-14
* Remove dependency on autograd from tf.Gravatar Alexandre Passos2017-09-14
* Resurrects autograd-free eager gradients.Gravatar Alexandre Passos2017-09-12
* TFE: Improves the interfaces of tape.watch_variable() and implicit_grad().Gravatar Ali Yahya2017-09-11
* Fix convert_to_tensor problem for list of TensorNodesGravatar A. Unique TensorFlower2017-09-01
* Adds tape.watch_variable(v) where v is any ResourceVariable.Gravatar Ali Yahya2017-08-30
* Fixes eager higher-order gradients for ops whose gradient function uses their...Gravatar Alexandre Passos2017-08-30
* Fixes stray isinstance(_, Tensor) check in math_ops.Gravatar Alexandre Passos2017-08-29
* Fix bug with second derivatives in eager mode.Gravatar Alexandre Passos2017-08-29
* Does not silently turn None into NaNs when aggregating gradients.Gravatar Alexandre Passos2017-08-29
* eager: Some more backprop testsGravatar Asim Shankar2017-08-23
* eager: Add tests for backprop.pyGravatar Asim Shankar2017-08-19