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

[WIP] V1.1.0 #327

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from
Draft

[WIP] V1.1.0 #327

wants to merge 33 commits into from

Commits on Mar 23, 2022

  1. Add solarization

    Florian Bordes committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    264730b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

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

Commits on Jul 2, 2022

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

Commits on Jul 6, 2022

  1. reproduce label bug with a test

    Eric Jang committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    655c7f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

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

Commits on Mar 24, 2023

  1. correct traversalorder check

    sanagno committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0a0908c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    2251f18 View commit details
    Browse the repository at this point in the history
  2. http link to submodules

    dendraR2 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    38dc51a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #298 from warner-benjamin/random_cutout_erasing

    Add Random Cutout and Random Erasing Augmentations
    andrewilyas authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    31b4282 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. type annotation

    sanagno committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    21edbf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    4bbacb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #302 from sanagno/main

    Correct new TraversalOrder
    andrewilyas authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c21e36e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #306 from rsmith013/allow_nopython

    Allow nopython=False compilation pipeline steps
    andrewilyas authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    38d8b97 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

Commits on Apr 5, 2023

  1. Merge pull request #297 from warner-benjamin/pillow_resize

    Pillow Resizing Option for FFCV Dataset Creation
    andrewilyas authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    720cc2e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Correct CIFAR10_MEAN and CIFAR10_STD in train_cifar.py

    For some reason, the CIFAR10_STD used in the example differed significantly from the actual standard deviation of the CIFAR10 train dataset. I corrected both the MEAN and STD with 3 decimal places accuracy. I calculated the values as seen here: https://gist.github.com/epistoteles/c35bd5154a036748651d8caca11a7efe
    epistoteles authored May 31, 2023
    Configuration menu
    Copy the full SHA
    3bbe945 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    24aa79c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from bordesf/add_solarize

    Add solarization
    andrewilyas authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7ed86a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Add RandomVerticalFlip

    wouterzwerink committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    cdab564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d8cf3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #331 from wouterzwerink/main

    Add RandomVerticalFlip
    andrewilyas authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d35f553 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    c5e40a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba96e7d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #334 from wouterzwerink/warn-for-field-length

    Add warning for field length
    andrewilyas authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4d56ee4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #333 from wouterzwerink/deepcopy-immutable-loader-…

    …args
    
    Deepcopy mutable loader args
    andrewilyas authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7c3e270 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Fix missing docs

    wouterzwerink committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    53b9d3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #336 from wouterzwerink/v1.1.0

    Fix missing docs
    andrewilyas authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    caccd85 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge pull request #322 from epistoteles/patch-1

    Correct CIFAR10_MEAN and CIFAR10_STD in train_cifar.py
    andrewilyas authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3616d1d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    e5f235b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #224 from ericjang/main

    Add writer.from_iterable_dataset for writing IterableDatasets to .beton
    andrewilyas authored May 6, 2024
    Configuration menu
    Copy the full SHA
    b68bc61 View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    andrewilyas authored May 6, 2024
    Configuration menu
    Copy the full SHA
    9299848 View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    andrewilyas authored May 6, 2024
    Configuration menu
    Copy the full SHA
    39b2dd8 View commit details
    Browse the repository at this point in the history