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

feat: self supervised labeled cls dataset #597

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

Commits on Dec 29, 2023

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

Commits on Jan 8, 2024

  1. feat(datasets): a first implementation of the self supervised labeled…

    … cls dataset
    Pierre Pereira committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3a3ee2f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. fix: classes id start at 0, not at 1

    Pierre Pereira committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    90a3f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    357b7d6 View commit details
    Browse the repository at this point in the history
  3. fix(palette): new diffusion cond embed name option

    Pierre Pereira committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    46b3551 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. saving script quickfixes

    Pierre Pereira committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    292397d View commit details
    Browse the repository at this point in the history
  2. fix: empty test metrics and test batch size default to train batch size

    fix: "test_batch_size" defaults to -1 in argparse
    
    format: black
    
    fix: don't fetch non-existing test images
    Pierre Pereira committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    97f38da View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge branch 'styletransfer-diffusion' into self-supervised-labeled-c…

    …ls-dataset
    Pierre Pereira committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f4b2c00 View commit details
    Browse the repository at this point in the history
  2. merge conflic

    Pierre Pereira committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2fb067d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    c9ec27b View commit details
    Browse the repository at this point in the history
  2. fix: empty test metrics and test batch size default to train batch size

    fix: "test_batch_size" defaults to -1 in argparse
    
    format: black
    
    fix: don't fetch non-existing test images
    
    undo: remove fix of missing test vis images
    
    Solved in the PR jolibrain#606.
    Pierre Pereira committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6362652 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'styletransfer-diffusion' into self-supervised-labeled-c…

    …ls-dataset
    Pierre Pereira committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7aa0a6e View commit details
    Browse the repository at this point in the history