Commit 446f8fd6 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

Fixed code for Adadelta to match correct algorithm and tightened tolerances in

test to catch this problem in the future.  The previous code was incorrect
because it did not account for the lazy evaluation caused by "update" being
declared as "const auto" (and thus using the current value of "accum_update_"
at each point where it was used in the code).

PiperOrigin-RevId: 177101858
parent 148f157b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment