-
Notifications
You must be signed in to change notification settings - Fork 64
result confusion? #3
Comments
this is my training results:
another run:
is that right? the AUC is not increased?? and the AUC after the first epoch is 0.975? |
@tiandamiao @samet-akcay is there anything wrong? can you give me some help? |
i have the same problem. the first epoch is a high auc. then auc is decreased. why? |
@davids-zhou and I shuffle the test data, then the result is low. |
Pay attention to the source code, it will be saved each time the maximum AUC is reached, so the max AUC increment is normal. |
hello,because each epoch test result will have large fluctuations, it is normal to save the largest AUC weights, which is to reflect the performance of the model. Mainly to see the training loss, the discretion loss has little impact. In fact, the best measure is to take a lot of epoch test averages.
…------------------ 原始邮件 ------------------
发件人: "davids-zhou"<notifications@github.com>;
发送时间: 2019年10月1日(星期二) 下午2:30
收件人: "samet-akcay/skip-ganomaly"<skip-ganomaly@noreply.github.com>;
抄送: "刮刮乐"<1367912140@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [samet-akcay/skip-ganomaly] result confusion? (#3)
the sourcecode is that weights are saved if Auc is best. so it is abnormal. train loss should be decreased. but loss of Discriminator is not changed after a while.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
using the code in my customize dataset,the auc can got 0.7-0.9,but the precision and recall is very low,below 10%.Do you meet the same situation? |
|
@samet-akcay @BIGBALLON I faced the same problem. |
I have the same problems, do you have solutions? if so, please help me. Thanks. |
After executing the original code, there is a difference between the results in the paper and the paper. what should I do?
The text was updated successfully, but these errors were encountered: