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

Adding ShuffleNet model #258

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Adding ShuffleNet model #258

wants to merge 17 commits into from

Commits on Nov 3, 2023

  1. Create shufflenet.jl

    ShuffleNet model
    RafaelT00 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    79dcc99 View commit details
    Browse the repository at this point in the history
  2. Update shufflenet.jl

    RafaelT00 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    08fb6b9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 6, 2024

  1. applied julia formatter

    RafaelT00 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9d01bf2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. deleted () from if

    RafaelT00 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    894ae7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from RafaelT00/ShuffleNet

    Better matching the code style of the rest of Metalhead
    RafaelT00 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    c29dab3 View commit details
    Browse the repository at this point in the history
  3. fused relu into BatchNorm

    RafaelT00 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    597aa2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    873dc51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d91f81 View commit details
    Browse the repository at this point in the history
  6. applied JuliaFormatter

    RafaelT00 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f366f77 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. added test for ShuffleNet

    RafaelT00 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    526df7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aae877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9261218 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from RafaelT00/ShuffleNet

    corrected typo
    RafaelT00 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5cb3430 View commit details
    Browse the repository at this point in the history
  5. corrected typo

    RafaelT00 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    73f73ca View commit details
    Browse the repository at this point in the history
  6. added missing includes

    RafaelT00 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7093459 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from RafaelT00/ShuffleNet

    added missing includes
    RafaelT00 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cfb9a24 View commit details
    Browse the repository at this point in the history