nelson1425 / EfficientAD

Unofficial implementation of EfficientAD https://arxiv.org/abs/2303.14535
https://arxiv.org/abs/2303.14535
Apache License 2.0
240 stars 62 forks source link

[BUG] In some cases the quantile may lead to NAN exception or divide zero exception . #34

Open limaodaxia opened 6 months ago

limaodaxia commented 6 months ago

image the q_st_start and q_st_end may be equal in some cases, which will lead to divide zero error. So it is a bug.

ControllableGeneration commented 5 months ago

agree @nelson1425