Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable results #15

Open
alishan2040 opened this issue Dec 6, 2022 · 0 comments
Open

Unstable results #15

alishan2040 opened this issue Dec 6, 2022 · 0 comments

Comments

@alishan2040
Copy link

Hello @raghavchalapathy ,

Thanks for sharing the implementation of OC-NN (a cool idea indeed). I tried the implementation of OC-NN from this file < https://github.com/raghavchalapathy/oc-nn/blob/master/src/models/OC_NN.py>. However, the results are quite unstable between multiple executions of the same code (keeping the same hyper-parameters and same random_seed=42). For example,
execution 1: f1 0.901
execution 2: f1 0.16
execution 3: f1 0.91
execution 4: f1 0.24
and so on.

I want to confirm if this is the correct implementation or should I look into this file: https://github.com/raghavchalapathy/oc-nn/blob/master/src/models/OneClass_SVDD.py as you have mentioned this file in a separate issue

Note: I trained OC-NN on my custom data.

Your response is appreciated.
Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant