Deep-SVDD icon indicating copy to clipboard operation
Deep-SVDD copied to clipboard

Repository for the Deep One-Class Classification ICML 2018 paper

Results 7 Deep-SVDD issues
Sort by recently updated
recently updated
newest added

Dear author. In MNIST, we use the original training and test splits in our experiments and only train with training set examples from the respective normal class. When I use...

Hi sir When I run the main.py code,it has a mistake ---ValueError: 'default' must be a list when 'multiple' is true. I think it's the version of 'Click' module, but...

Hello. I have a question regarding the number of epochs you are training for. In the paper, you mention that DCAE is trained for "250+100 epochs" and DSVDD is trained...

Hi, sir. Thanks for your excellent idea! Now I download your code and re-implement your experiment. But I get tow different results when all parameters are same in two experiment:...

I'm sorry to bother you, but I'd like to know how you generated the boundary attack adversarial samples of the stop dataset. Or what tools did you use.I'm very confused...

I want to run soft-boundary Deep SVDD,but it looks like there's only an implementation of algorithm one-class Deep SVDD. How to run soft-boundary Deep SVDD?

Hi, Sir! Thanks for your excellent idea! I download your code and plan to recreate your experiment results. But when i set the parameters with `'sh scripts/cifar10_svdd.sh gpu cifar 0...