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

Check the discrepancy between two resnet18 implementations #12

Open
snoop2head opened this issue Dec 4, 2021 · 1 comment
Open

Check the discrepancy between two resnet18 implementations #12

snoop2head opened this issue Dec 4, 2021 · 1 comment

Comments

@snoop2head
Copy link
Owner

@snoop2head
Copy link
Owner Author

snoop2head commented Dec 5, 2021

Checked that those two codes' results are identical regardless of number of layers.
image

  • resnet_18 and resnet_18_elim_2 is code ran with train.py
  • resnet_18(no yaml) and resnet_18_elim_2(no yaml) is code ran with train_resnet_elim.py

It's either the previous experimentation during P-Stage on Resnet18 is wrong: val f1 score of 0.71 is too low.
Or the change of FP32 in previous experiment to FP16 in current experiment affecting the model's performance.

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