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(datasets) Add semantic partitioner #3663

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

Commits on Jun 20, 2024

  1. Initial completion

    KarhouTam committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    68732b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e2137f View commit details
    Browse the repository at this point in the history
  3. Optimize test cases

    KarhouTam committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cd7bcbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f865947 View commit details
    Browse the repository at this point in the history
  5. Add item on README

    KarhouTam committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    96029a6 View commit details
    Browse the repository at this point in the history
  6. Add paper title comment

    KarhouTam committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5f0b62e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da2f047 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54ac47f View commit details
    Browse the repository at this point in the history
  9. Sort imports

    KarhouTam committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f178eff View commit details
    Browse the repository at this point in the history
  10. Reformat

    KarhouTam committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e8cb7ab View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    0f88f93 View commit details
    Browse the repository at this point in the history
  2. Remove unused hint

    KarhouTam committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a1f2866 View commit details
    Browse the repository at this point in the history
  3. Fix for passing checks

    KarhouTam committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    dff38c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a819cb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    98f50a2 View commit details
    Browse the repository at this point in the history
  2. change partitioner name

    KarhouTam committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    87ae5fa View commit details
    Browse the repository at this point in the history
  3. refactor argument

    KarhouTam committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c40a039 View commit details
    Browse the repository at this point in the history
  4. add item

    KarhouTam committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    437bcdb View commit details
    Browse the repository at this point in the history
  5. add log prints and comments

    KarhouTam committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c80a6db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28b1c6d View commit details
    Browse the repository at this point in the history
  7. remove __main__ part

    KarhouTam committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ebdb9ad View commit details
    Browse the repository at this point in the history
  8. add arg introduction

    KarhouTam committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    00bddf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. refactor _preprocess_dataset_images()

    add comments
    KarhouTam committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8154948 View commit details
    Browse the repository at this point in the history
  2. rename sample_seed to shuffle_seed

    change its type hint to Optional[int]
    move seed args to the end
    KarhouTam committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    97cb023 View commit details
    Browse the repository at this point in the history
  3. refactor some codes

    KarhouTam committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1679879 View commit details
    Browse the repository at this point in the history
  4. fix pylint check

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

Commits on Sep 10, 2024

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

Commits on Sep 21, 2024

  1. fix and refactor

    KarhouTam committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1192a3d View commit details
    Browse the repository at this point in the history
  2. fix check codes

    KarhouTam committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b4840c5 View commit details
    Browse the repository at this point in the history
  3. remove __main__

    KarhouTam committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d4b5e24 View commit details
    Browse the repository at this point in the history
  4. black format

    KarhouTam committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1135913 View commit details
    Browse the repository at this point in the history
  5. fix format checks

    KarhouTam committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7cc8acd View commit details
    Browse the repository at this point in the history