tf.recompute_grad

An eager-compatible version of recompute_grad.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.recompute_grad

For f(*args, **kwargs), this supports gradients with respect to args, or to gradients with respect to any variables residing in the kwarg 'variables'. Note that for keras layer and model objects, this is handled automatically.

f function f(*x) that returns a Tensor or sequence of Tensor outputs.

A function g that wraps f, but which recomputes f on the backwards pass of a gradient call.