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

Implement vectorized base image augmentation layer w/ Grayscale() example #1331

Closed
wants to merge 19 commits into from

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    9851cbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d7627 View commit details
    Browse the repository at this point in the history
  3. KPL performance

    LukeWood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    64abfde View commit details
    Browse the repository at this point in the history
  4. Random contrast vectorized

    LukeWood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9093485 View commit details
    Browse the repository at this point in the history
  5. Vectorized contrast

    LukeWood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    64fdf5e View commit details
    Browse the repository at this point in the history
  6. Fix vectorized base layer

    LukeWood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b2fd41a View commit details
    Browse the repository at this point in the history
  7. Fix vectorized base layer

    LukeWood committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5a9580b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    46a4732 View commit details
    Browse the repository at this point in the history
  2. Remove random contrast

    LukeWood committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    00fd463 View commit details
    Browse the repository at this point in the history
  3. Remove random contrast

    LukeWood committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ecc5bed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02f9009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e83bbd4 View commit details
    Browse the repository at this point in the history
  6. Fix

    LukeWood committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d507bd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Fix masks

    LukeWood committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1f083ee View commit details
    Browse the repository at this point in the history
  2. Fix masks

    LukeWood committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f01016f View commit details
    Browse the repository at this point in the history
  3. rename to 'batched'

    LukeWood committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    88e75e9 View commit details
    Browse the repository at this point in the history
  4. Fix docstrings

    LukeWood committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2ad1131 View commit details
    Browse the repository at this point in the history
  5. Fix docstrings

    LukeWood committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a675a32 View commit details
    Browse the repository at this point in the history
  6. Remove ragged method

    LukeWood committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    92d31d2 View commit details
    Browse the repository at this point in the history