whyisyoung

Results 3 issues of whyisyoung

Hi, I plotted the model when printing the model summary: https://github.com/yzhao062/pyod/blob/da68f50ee79bd74777d2d406cac6dcfad412e599/pyod/models/auto_encoder.py#L187 And it seems that you added an extra layer at the beginning with the same dimension as the input....

bug
help wanted

I noticed that the output gradient is pretty small (1e-14\~1e-7) while much bigger (1e-8\~1e-1) in the [https://github.com/PAIR-code/saliency](https://github.com/PAIR-code/saliency) implementation. First, I tried this notebook: https://github.com/PAIR-code/saliency/blob/master/Examples.ipynb and output the min/max of vanilla...