hiram64 / ocsvm-anomaly-detection

anomaly detection by one-class SVM
MIT License
86 stars 17 forks source link

Could you also share us the data? #1

Open yywangvr opened 6 years ago

yywangvr commented 6 years ago

I am trying to use your code, but the data folder is empty. So I cannot use your code , which is too bad. Thank you

hiram64 commented 6 years ago

@Yuyang01 I'm afraid that I have not put the data because the size of CIFAR10 is a bit large and it exceeds github data limit. That's why I would not like to manage the data under my repository. Instead, I added a script to prepare the data and revised README. Please try with them. Thank you.

yywangvr commented 6 years ago

Thank you very much:)

stvogel commented 5 years ago

Just to mention: the file cifar10.npz is created in the "root"-folder, not in the data-subdirectory (where it is expected by cae.py). So you have to move it to the data-directory. Everything else works like a charm. Thanks a lot.

hiram64 commented 5 years ago

Thank you for your information. I just modified the path to save cifar10.npz into "data" directory.