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

Port towards config file-based training #90

Merged
merged 67 commits into from
Mar 7, 2024

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    718cb5e View commit details
    Browse the repository at this point in the history
  2. fix/update imports

    naga-karthik committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    35d7093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    893106a View commit details
    Browse the repository at this point in the history
  4. minor code improvements

    naga-karthik committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c03a962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28e99cc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. add citation bibtex info

    naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1382696 View commit details
    Browse the repository at this point in the history
  2. add arxiv badge

    naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b1b37c3 View commit details
    Browse the repository at this point in the history
  3. minor edit

    naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    44b7b42 View commit details
    Browse the repository at this point in the history
  4. Fixed typo

    jcohenadad authored and naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c829090 View commit details
    Browse the repository at this point in the history
  5. Fixed wrong file name

    jcohenadad authored and naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ace417a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1de1e8a View commit details
    Browse the repository at this point in the history
  7. Added setup.py

    jcohenadad authored and naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ae95bad View commit details
    Browse the repository at this point in the history
  8. Do not install requirements

    The line "--extra-index-url" makes it tricky to run requirements via setup.py,
    so the strategy is to simply run pip install once for the requirements, and
    another time for the package install
    jcohenadad authored and naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    37258e8 View commit details
    Browse the repository at this point in the history
  9. Get parser arguments from within main

    Required by #94
    jcohenadad authored and naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    31372e9 View commit details
    Browse the repository at this point in the history
  10. Instruct to download repos

    jcohenadad authored and naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    40fbaaf View commit details
    Browse the repository at this point in the history
  11. Fixed path to install package

    jcohenadad authored and naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f7c20a1 View commit details
    Browse the repository at this point in the history
  12. Added info to download model

    jcohenadad authored and naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    902fc78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3405c18 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1613fb5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8db546a View commit details
    Browse the repository at this point in the history
  16. add data splits yaml

    naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    eb3f1ff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ceab9a3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2d9899d View commit details
    Browse the repository at this point in the history
  19. remove unused input arg

    naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1b6056a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c3a9fc0 View commit details
    Browse the repository at this point in the history
  21. remove unused import

    naga-karthik committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    998fe5e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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

Commits on Jan 29, 2024

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

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    1b3e351 View commit details
    Browse the repository at this point in the history
  2. remove unused function

    naga-karthik committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    dcb42af View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    70938c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edae2ee View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    1aab0d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5960989 View commit details
    Browse the repository at this point in the history
  3. add pycache

    naga-karthik committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e78cb74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    009d207 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97d0a09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b26862f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2f4f43 View commit details
    Browse the repository at this point in the history
  8. add Readme

    naga-karthik committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b7f920e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Feb 17, 2024

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

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    e04c7e4 View commit details
    Browse the repository at this point in the history
  2. update docstring

    naga-karthik committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    953e6f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a6eafb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. add v2 inference

    naga-karthik committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    aecb98f View commit details
    Browse the repository at this point in the history
  2. 9 Configuration menu
    Copy the full SHA
    c30ca03 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    1b63685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb90326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dc4cd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5425989 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47edbbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cafaab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8911c97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d96c3a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    dadb666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894db9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    041ba27 View commit details
    Browse the repository at this point in the history
  4. incorporate suggestions

    naga-karthik committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d37f255 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b728ee7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    907d927 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1c4e80 View commit details
    Browse the repository at this point in the history