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

Fixed Loss Mismatch Issues in BanditPAM #260

Merged
merged 30 commits into from
Jul 2, 2023
Merged

Commits on Apr 18, 2023

  1. Fixing linking for M1 Macs local build by ensuring all libraries are …

    …arm64. Does not work with conda right now
    motiwari committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ca1a711 View commit details
    Browse the repository at this point in the history
  2. Undoing some library_dirs just to test GHA

    motiwari committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c79e0ab View commit details
    Browse the repository at this point in the history
  3. Attempting to remove --no-use-pep517

    motiwari committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    362e712 View commit details
    Browse the repository at this point in the history
  4. Trying to install setuptools and wheel

    motiwari committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6f068fc View commit details
    Browse the repository at this point in the history
  5. Attempting GHA again

    motiwari committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c04a2ce View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Set up scaling experiments

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5732040 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary files in experiments folder

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c757f7d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:motiwari/BanditPAM into experiments

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b27f5c0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Sharing the ScRNA experiment results

    Luke Donghyun Lee authored and Luke Donghyun Lee committed May 6, 2023
    Configuration menu
    Copy the full SHA
    405cb34 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Added CIFAR

    Luke Donghyun Lee authored and Luke Donghyun Lee committed May 16, 2023
    Configuration menu
    Copy the full SHA
    dcda713 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Backup for debuggin the loss and sample complexity

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    cdc4fd7 View commit details
    Browse the repository at this point in the history
  2. Loss & Sample Complexity Issue Fixed

    System Administrator authored and System Administrator committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6b7f504 View commit details
    Browse the repository at this point in the history
  3. Fixed the repro_script.sh bug

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bf6e56f View commit details
    Browse the repository at this point in the history
  4. Updated plot_graph.py to skip the error bar for LOSS graphs

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    f753ecf View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Running the exp with 10 seeds

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    6cdb157 View commit details
    Browse the repository at this point in the history
  2. Running the exp with 10 seeds

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    a125160 View commit details
    Browse the repository at this point in the history
  3. Updated the repro script to build the package from the source

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    378d3fa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. cleaned up the code & ran 10 exps for mnist

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0c563b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Formatted the code with black

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0a4c7f9 View commit details
    Browse the repository at this point in the history
  2. Pulled the main and resolved the conflicts

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f883d24 View commit details
    Browse the repository at this point in the history
  3. Reset the run_scaling_experiment_with_n to its original settings

    System Administrator authored and System Administrator committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ecaf132 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Reformatted the code

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fe5d9fb View commit details
    Browse the repository at this point in the history
  2. Removed experiments folder

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    00547a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Removed experiments folders

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    92c719b View commit details
    Browse the repository at this point in the history
  2. Reverting the dataset path in tests to pass the GHA tests

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5965d7d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Updating the codes according to Mo's feedback

    Luke Donghyun Lee authored and Luke Donghyun Lee committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f84a977 View commit details
    Browse the repository at this point in the history
  2. Updated Black to make arguments one per line

    System Administrator authored and System Administrator committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    110260c View commit details
    Browse the repository at this point in the history
  3. Reverted the accidental GHA yml style changes

    System Administrator authored and System Administrator committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9e738cd View commit details
    Browse the repository at this point in the history
  4. Added type hints in comparison_utils

    System Administrator authored and System Administrator committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    7930a7a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

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