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

Big Refactor #1

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

Big Refactor #1

wants to merge 40 commits into from

Commits on Sep 29, 2022

  1. simple gitginore

    tcapelle committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9418f54 View commit details
    Browse the repository at this point in the history
  2. instrument wandb

    tcapelle committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3602c9e View commit details
    Browse the repository at this point in the history
  3. training nb

    tcapelle committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9a00e49 View commit details
    Browse the repository at this point in the history
  4. big refactor

    tcapelle committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7afeb3e View commit details
    Browse the repository at this point in the history
  5. slice dataset for debug

    tcapelle committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6db4f42 View commit details
    Browse the repository at this point in the history
  6. reduce bottleneck size

    tcapelle committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ae3ca19 View commit details
    Browse the repository at this point in the history
  7. training and running

    tcapelle committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0b859fb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. read config

    tcapelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3f85134 View commit details
    Browse the repository at this point in the history
  2. grad scaler

    tcapelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    79691bd View commit details
    Browse the repository at this point in the history
  3. add alphabet dataset

    tcapelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    836f5e7 View commit details
    Browse the repository at this point in the history
  4. torchvision.datasets

    tcapelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f98e73b View commit details
    Browse the repository at this point in the history
  5. refactor Unet

    tcapelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    6ea9b60 View commit details
    Browse the repository at this point in the history
  6. typo

    tcapelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    09bbcec View commit details
    Browse the repository at this point in the history
  7. fix unet

    Thomas Capelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4856d20 View commit details
    Browse the repository at this point in the history
  8. refactor pre ffcv

    Thomas Capelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b5722e1 View commit details
    Browse the repository at this point in the history
  9. alphabet training

    Thomas Capelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    db31d7c View commit details
    Browse the repository at this point in the history
  10. ffcv

    tcapelle committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    0a03e48 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. fix ema sampling

    tcapelle committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e9d243e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. add prep nb

    tcapelle committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f22b000 View commit details
    Browse the repository at this point in the history
  2. trainin nb

    tcapelle committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5decda2 View commit details
    Browse the repository at this point in the history
  3. before workshop

    tcapelle committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b2eded2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Update README.md

    dome272 authored and tcapelle committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    a6e2670 View commit details
    Browse the repository at this point in the history
  2. ignore checkpoint files

    tcapelle committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    2be0123 View commit details
    Browse the repository at this point in the history
  3. fonts notebooks

    tcapelle committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5aced6f View commit details
    Browse the repository at this point in the history
  4. fonts training script

    tcapelle committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0df7d25 View commit details
    Browse the repository at this point in the history
  5. refactor training

    tcapelle committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6820be1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    981a058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8f3108 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. add docstring

    - Add simple docstring at head of codebase
    tcapelle authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fa7dbbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b404a6a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. missing prepare

    tcapelle committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e507629 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Update README.md

    dome272 authored and tcapelle committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    18d118e View commit details
    Browse the repository at this point in the history
  2. missing prepare call

    tcapelle committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    461bb6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c07c127 View commit details
    Browse the repository at this point in the history
  4. add loss and cleanup

    tcapelle committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    95399d2 View commit details
    Browse the repository at this point in the history
  5. fix nb

    tcapelle committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bdcfa20 View commit details
    Browse the repository at this point in the history
  6. fix checkpoint loading

    tcapelle committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    af3a9c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72bf26f View commit details
    Browse the repository at this point in the history
  8. remove unused imports

    tcapelle committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    49dcff3 View commit details
    Browse the repository at this point in the history
  9. wandb on by default

    tcapelle committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e9bab9a View commit details
    Browse the repository at this point in the history