Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

EfficientNet versioning issue #260

Copy link
Copy link
Closed
@mfernezir

Description

@mfernezir
Issue body actions

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.