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

EfficientNet versioning issue #260

Closed
mfernezir opened this issue Sep 23, 2020 · 1 comment · Fixed by #264
Closed

EfficientNet versioning issue #260

mfernezir opened this issue Sep 23, 2020 · 1 comment · Fixed by #264

Comments

@mfernezir
Copy link

Hi!

I have a model trained by using the current 0.1.0 version of this library.

Later on, I loaded the model checkpoint in the new environment that also uses the 0.1.0 version. Model performance downgraded substantially.

The reason is that your requirements.txt mentions efficientnet-pytorch>=0.6.3. My old training environment used the 0.6.3 version. However, the current one from Aug 25 is 0.7.0. So, when I specified 0.1.0 as a requirement, it wasn't the same thing.

0.1.0 with 0.6.3 is a breaking difference when compared to 0.1.0 and 0.7.0.

Maybe it should be efficientnet-pytorch==0.6.3 if still staying at 0.1.0?

@qubvel
Copy link
Collaborator

qubvel commented Sep 28, 2020

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

Successfully merging a pull request may close this issue.

2 participants