VariationalRecurrentNeuralNetwork icon indicating copy to clipboard operation
VariationalRecurrentNeuralNetwork copied to clipboard

clipping before optimizing step.

Open srinadhu opened this issue 5 years ago • 0 comments

@emited Please check and let me know.

  1. Added clipping before the optimizer step.
  2. Updated with .item() rather than .data[0]
  3. Input is normalized but the reconstruction is done for the unnormalized image so this is removed
  4. Loss get's NAN sometimes and so added 1e-5 as epsilon in the std2 denominator

srinadhu avatar Jul 10 '19 11:07 srinadhu