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: huggingface/pytorch-image-models
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: qedsoftware/pytorch-image-models
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 18, 2024

  1. Pass config as arg

    Bartosz Smoczynski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8982587 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Move train script to package

    Bartosz Smoczynski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d96935b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Add class balancing sampler

    bart2 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    03f338c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from qedsoftware/train-script-as-function

    train script as function
    DrKomodo authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3de2887 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Add mlflow logging

    bart2 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3ad821f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Pass train config as dict

    bart2 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fd9ec7d View commit details
    Browse the repository at this point in the history
  2. Read labels from a csv

    bart2 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e1e4449 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge pull request #7 from qedsoftware/mlflow

    Add mlflow logging
    DrKomodo authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fc407c4 View commit details
    Browse the repository at this point in the history
  2. Ignore unrecognized args

    this is necessary if the training is run from an external script
    bart2 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d117838 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #8 from qedsoftware/ignore-unknown-args

    Ignore unrecognized args
    DrKomodo authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bfe2269 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Allow specifying dataset splits in csvs

    bart2 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    985d9b6 View commit details
    Browse the repository at this point in the history
  2. Log dataset size

    bart2 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a76481d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Merge pull request #9 from qedsoftware/read-splits-from-csv

    Allow specifying dataset splits in csvs
    DrKomodo authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1f3fac6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Log model weights as state dict

    bart2 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4db7de3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Merge pull request #10 from qedsoftware/log-model

    Log model weights as state dict
    dzjkb authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2c5e40c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. save state_dict.pt as a separate file

    Jakub Pieszczek committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7da8a48 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #11 from qedsoftware/model-saving

    save `state_dict.pt` as a separate file
    DrKomodo authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1abc89e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Add csv reader

    Bartosz Smoczynski committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f6bfd96 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Merge pull request #12 from qedsoftware/csv-reader

    Add csv reader
    DrKomodo authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    66fd5d1 View commit details
    Browse the repository at this point in the history
Loading