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

merge #858

Merged
merged 22 commits into from
Aug 24, 2024
Merged

merge #858

merged 22 commits into from
Aug 24, 2024

Commits on Aug 5, 2024

  1. Update and rename csv.py to csv_.py

    - used hashing of filenames instead of shortening
    - csv_ instead of csv to avoid potential issues with importing pandas (pandas can get confused as it has its own internal csv.py)
    - a bit of debugging of some issues
    williamzhuk authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    abe647f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f91502 View commit details
    Browse the repository at this point in the history
  3. Update factory.py

    williamzhuk authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    52b6554 View commit details
    Browse the repository at this point in the history
  4. Update factory.py

    williamzhuk authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c693c7d View commit details
    Browse the repository at this point in the history
  5. Update factory.py

    williamzhuk authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ff0739c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Update helpers/data_backend/csv_.py

    Co-authored-by: Bagheera <59658056+bghira@users.noreply.github.com>
    williamzhuk and bghira authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    614764d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. backwards-compat breaking: set cache_file_suffix by default to the id…

    … of the dataset to avoid conflicts more easily. to fix the breakage, manually set cache_file_suffix to null or just let it rebuild the buckets. sorry
    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9b833d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c464201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bb8481 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71b33ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b549f84 View commit details
    Browse the repository at this point in the history
  6. Update factory.py

    bghira authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    48426a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb92763 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #856 from bghira/fix/csv

    csv fixes
    bghira authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5e5df13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    177190d View commit details
    Browse the repository at this point in the history
  10. new optimiser, adamw_schedulefree

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7c1f047 View commit details
    Browse the repository at this point in the history
  11. schedulefree integration

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0cc0440 View commit details
    Browse the repository at this point in the history
  12. fix train.sh check for step/epoch being zero

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d29c480 View commit details
    Browse the repository at this point in the history
  13. schedulefree: retrieve last_lr

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e9758a1 View commit details
    Browse the repository at this point in the history
  14. schedulefree: retrieve LR using statetracker

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4603949 View commit details
    Browse the repository at this point in the history
  15. clean-up repeating calls

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9c4736b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #857 from bghira/feature/optim-schedulefree

    add schedulefree optim w/ kahan summation
    bghira authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fd78777 View commit details
    Browse the repository at this point in the history