Skip to content

hi, i have a question about the code #5

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

Open
senlin-ali opened this issue Nov 3, 2021 · 4 comments
Open

hi, i have a question about the code #5

senlin-ali opened this issue Nov 3, 2021 · 4 comments

Comments

@senlin-ali
Copy link

hi,
i see the test.ipynb ,the cls model is no use in the ipynb; and i do not know if it is just train GAN model first(use outlier data and close set data ),and extract features from pretrained model and put in the D model to output value in the test...

@aimerykong
Copy link
Owner

aimerykong commented Nov 3, 2021 via email

@senlin-ali
Copy link
Author

Hi, thanks for your interest. You are right! The "cls" is the K-way classifier for the closed-set classification. OpenGAN repurposes the off-the-shelf features and learns a discriminator for open-set detection. Therefore, cls does not play a role here.

On Wed, Nov 3, 2021 at 8:07 AM 1senlin @.***> wrote: hi, i see the test.ipynb ,the cls model is no use in the ipynb; and i do not know if it is just train GAN model first(use outlier data and close set data ),and extract features from pretrained model and put in the D model to output value in the test... — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#5>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRJSJCFHTKEFZBAVMLU66TUKEQYVANCNFSM5HIYBGTA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

thanku, i have another question, in the paper ,i see the loss should have �open training samples loss, but i do not see this in the code ,is it necessary add this if our training data contains open training samples?

@senlin-ali
Copy link
Author

Besides, i try the training demo more than once, i find the same epochs models(for example 60 epoch) have different results (AUC) when i test with the same dataset...

@aimerykong
Copy link
Owner

aimerykong commented Nov 3, 2021 via email

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

2 participants