danieltan07 / dagmm

My attempt at reproducing the paper Deep Autoencoding Gaussian Mixture Model for Unsupervised Anomaly Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data_loader KDD99Loader inherit problem

PiggyGaGa opened this issue · comments

In data_loader.py class KDD99Loader should inherit "Dataset" class from the tutorial of torch, but author inherit "object" still works.