Fix the bug on dropout cuda kernel
Summary: We forgot to handle the inplace case that generated the random elements on the output(i.e. the input). Besides, this commit also fixes the omitted `RunOnDevice` for cudnn activations, which will rightly dispatches the implementation.
Showing
with
129 additions
and
527 deletions
tensorflow/core/training/training.py
deleted
100644 → 0
-
Please register or sign in to post a comment