yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.27k stars 1.35k forks source link

A problem about DeepSVDD #564

Open LeonLuzz opened 2 months ago

LeonLuzz commented 2 months ago

When I use the DeepSVDD model from PYOD, It occurs a error that QQ图片20240509123901

I guess something went wrong here,the argument on line 275 of the deep_svdd.py file. Because I let the second argument=None, the error disappear. The DeepSVDD is a unsupervised algorithm,it should be None? image