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.48k stars 1.36k forks source link

Add VAE implementation in PyTorch #567

Open RunFMe opened 4 months ago

RunFMe commented 4 months ago

All Submissions Basics:

All Submissions Cores:

New Model Submissions:

yzhao062 commented 4 months ago

Thanks for the PR -- I will suggest calling it vae_torch.py other than vae.py to directly overwrite the keras one (we will retire the keras version later

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9036157911

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pyod/models/vae.py 108 115 93.91%
<!-- Total: 110 117 94.02% -->
Totals Coverage Status
Change from base Build 8309419980: 0.02%
Covered Lines: 9066
Relevant Lines: 9668

💛 - Coveralls