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

Add support for custom weight specification during cross partition combining #472

Merged
merged 10 commits into from
Jul 31, 2023

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    a491735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac57e4b View commit details
    Browse the repository at this point in the history
  3. Softmax is bad idea because it will prefer much more partition with h…

    …ighest weight. Also, fix comment lines.
    RamSaw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    53d4184 View commit details
    Browse the repository at this point in the history
  4. Remove unsused imports

    RamSaw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7b8af4a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    3459ee9 View commit details
    Browse the repository at this point in the history
  2. Address comments.

    RamSaw committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    26fbe27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9277f4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aaf052 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fix formatting.

    RamSaw committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8b5beab View commit details
    Browse the repository at this point in the history
  2. Fix docstring comments.

    RamSaw committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    13f55c3 View commit details
    Browse the repository at this point in the history