Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Coderx7/SimpleNet_Pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: Coderx7/SimpleNet_Pytorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on May 4, 2023

  1. make a method private in simplenetmodel and update readme

    made `remove_network_settings` method private.
    removed the generic simplenet entry from hubconfig.py
    updated readme to reflect the latest changes including:
    1.addition of simplenet to pytorch hub (aka torch hub)
    2.addition of a how to use section including link to a huggingface demo and
      a code snippet showing how to use simplenet in torch hub
    Coderx7 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    833fae5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    2370243 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update CIFAR10 README.md to address the issue in loading old checkpoints

    Added note on how to load old CIFAR10 weights using the refactored model. 
    
    Basically the 'module.' prefix pertaining to DataParallel wrapper needs to be removed (or the model needs to be wrapped in DataParallel), and more importantly, the extra dropout layers need to be removed except for the ones after maxpooling layers. 
    These are explained in the
    Coderx7 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4334c57 View commit details
    Browse the repository at this point in the history
Loading