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

mo_gaal Tensorflow -> Pytorch #577

Closed zhuox5 closed 2 weeks ago

zhuox5 commented 1 month ago

I have tried to convert the mo_gaal model from Tensorflow to Pytorch. I didn't create a new test_mo_gaal.py because the original one works well.

In mo_gaal(Pytorch version), instead of keeping consistent with default hyper-parameter value as of the tensorflow version, I did tuning it and add a dynamic tuner in the model.

All Submissions Basics:

All Submissions Cores:

New Model Submissions:

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9619494502

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pyod/models/mo_gaal.py 63 69 91.3%
<!-- Total: 92 98 93.88% -->
Totals Coverage Status
Change from base Build 9619087701: 0.09%
Covered Lines: 9370
Relevant Lines: 9950

💛 - Coveralls
zhuox5 commented 1 month ago

The github client issue doesn't happen yesterday to me but does again today:(