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

add simplenet architecture #1679

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

add simplenet architecture #1679

wants to merge 3 commits into from

Commits on Feb 16, 2023

  1. add simplenet architecture

    -added simplenet.py to timm/models
    -added simplenet.md to docs/models
    -added an entry to docs/models.md
    Coderx7 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8ed5ca8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. refactor simplenet into stages and remove padding for conv1x1s

        the last two 1x1 convs now use no padding, this is done to make
        the architetcure in line with what timms standards.
        because of this change the pretrained weights are no more valid
        and this needs to be retrained.
    Coderx7 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    6e45fc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Add new pretrained weights

    These are the updated imagenet pretrained weights with improved accuracy.
    Coderx7 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6e84a47 View commit details
    Browse the repository at this point in the history