TimyadNyda / Variational-Lstm-Autoencoder

Lstm variational auto-encoder for time series anomaly detection and features extraction
MIT License
312 stars 61 forks source link

Found Inf or NaN global norm. #3

Closed roadtorajendra closed 4 years ago

roadtorajendra commented 5 years ago

InvalidArgumentError (see above for traceback): Found Inf or NaN global norm. : Tensor had Inf values

I've been getting this error in the latest commit making the loss absurdly negative number or Nan. I tested with the previous versions the computation of loss is fine.

AldrichLeo commented 4 years ago

me too,do u resolve this question?

roadtorajendra commented 4 years ago

The issue was not resolved in the latest commit, instead I used the previous commit which works without this error

AldrichLeo commented 4 years ago

which code? can u send the link to me? thank you

TimyadNyda commented 4 years ago

It should be ok by now :)

roadtorajendra commented 4 years ago

which code? can u send the link to me? thank you

I think I used 2018 commintted code. Now Dany has fixed the issue for the latest release.