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

perform bad in test dataset #55

Open
Comet2dh opened this issue Mar 13, 2022 · 5 comments
Open

perform bad in test dataset #55

Comet2dh opened this issue Mar 13, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@Comet2dh
Copy link

it's so strange that i got this result:
image
image
it looks like there is an overfitting when i train the model, but i didn't change anything(only some ajustments with tensorboard).

@mli0603
Copy link
Owner

mli0603 commented Mar 17, 2022

Hi @Comet2dh

This is not overfitting but very likely a problem of normalization.

@Comet2dh
Copy link
Author

Thanks for your reply! @mli0603
but it seems not to be the case you mentioned, in fact,

  1. I downloaded the latest release of your code, so the 'BN issue' is not the problem.
  2. my torch version is 1.6.0, and my cuda version is 10.1.

@mli0603
Copy link
Owner

mli0603 commented Mar 21, 2022

This is odd. Do you mind sending me your checkpoint so I can take a look?

@Comet2dh
Copy link
Author

Sure. Thanks for your help. This is my checkpoint link:
https://drive.google.com/file/d/1lRkw-NgxgCMO4zG4TNw13hWngHNoF6Ec/view?usp=sharing

@mli0603
Copy link
Owner

mli0603 commented Mar 22, 2022

Hi @Comet2dh

When I inference with your checkpoint, the result is much better than what you have. I used both pytorch 1.5.1, 1.6.0 and 1.9.0. They gave me the same results.

I am still looking into what is going on. Meanwhile, do you mind directly running inference with your checkpoint and see if they agree with the tensorboard stats? I wonder if somethig is odd with the validation logic.

@mli0603 mli0603 added the bug Something isn't working label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants