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

Added train by epoch for Trainer and added support for texts #12

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

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    4192b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ae54e9 View commit details
    Browse the repository at this point in the history
  3. setup.py forgot comma

    MarcusLoppe committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a09b2e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83baaee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    195d14e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d4b705 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5d9b1e View commit details
    Browse the repository at this point in the history
  8. bug fix - every_epoch

    MarcusLoppe committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d20e3d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4085b70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3715e3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99cfa22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57900a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    ee44068 View commit details
    Browse the repository at this point in the history
  2. removed grad_accum_every

    MarcusLoppe committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fa515a6 View commit details
    Browse the repository at this point in the history
  3. removed grad_accum_every

    MarcusLoppe committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fc49064 View commit details
    Browse the repository at this point in the history
  4. fix error

    MarcusLoppe committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5a68772 View commit details
    Browse the repository at this point in the history
  5. Revert "fix error"

    This reverts commit 5a68772.
    MarcusLoppe committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cdb8b52 View commit details
    Browse the repository at this point in the history
  6. Revert "removed grad_accum_every"

    This reverts commit fc49064.
    MarcusLoppe committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3a46455 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0717547 View commit details
    Browse the repository at this point in the history
  8. Revert "removed grad_accum_every"

    This reverts commit fa515a6.
    MarcusLoppe committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7833b5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8a82dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60ea5ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b2b0ee View commit details
    Browse the repository at this point in the history
  12. return avg loss

    MarcusLoppe committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ea40170 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    82c39b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    999ffe7 View commit details
    Browse the repository at this point in the history
  15. forced model input

    MarcusLoppe committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b9204f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. custom_collate fixed

    MarcusLoppe committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    628d756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7c61e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca81558 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    abdb4c2 View commit details
    Browse the repository at this point in the history
  2. added stop_at_loss

    MarcusLoppe committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e57e6f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. merge fix

    MarcusLoppe committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    6dd684c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    824ba04 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

  1. added notebook

    MarcusLoppe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f012e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccaef95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    364b2a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd1b904 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49dcaef View commit details
    Browse the repository at this point in the history
  6. notebook fixs

    MarcusLoppe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0bd6c0c View commit details
    Browse the repository at this point in the history
  7. notebook fixs 2

    MarcusLoppe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    31c8e78 View commit details
    Browse the repository at this point in the history
  8. load fix

    MarcusLoppe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    68cd533 View commit details
    Browse the repository at this point in the history
  9. trainer load fix

    MarcusLoppe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    22b2b91 View commit details
    Browse the repository at this point in the history
  10. trainer warmup -ix

    MarcusLoppe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    aab84af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bdc2116 View commit details
    Browse the repository at this point in the history
  12. trainer revert fix

    MarcusLoppe committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    17a65e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

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

Commits on Dec 24, 2023

  1. use **forward args

    MarcusLoppe committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    b87e051 View commit details
    Browse the repository at this point in the history
  2. skip data kwargs

    MarcusLoppe committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    9078a53 View commit details
    Browse the repository at this point in the history
  3. readded data kwargs

    MarcusLoppe committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    0163070 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    673379b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb69248 View commit details
    Browse the repository at this point in the history
  3. modifyed notebook

    MarcusLoppe committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    5c6f832 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. added mesh_dataset

    MarcusLoppe committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9766d41 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. fixed tdqm bug

    MarcusLoppe committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    bf08333 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    66c3e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60face8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f936da8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a42052d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0f9855 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

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

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    70ac14e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d6f53 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. cleaned up the trainer

    MarcusLoppe committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7c86e36 View commit details
    Browse the repository at this point in the history
  2. cleaned up the trainer

    MarcusLoppe committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ae057bb View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    04ba13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e628e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f72b662 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab82a21 View commit details
    Browse the repository at this point in the history
  5. demo, missing csv import

    MarcusLoppe committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8364938 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4405d58 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. demo comments

    MarcusLoppe committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    bf9d0a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 11, 2024

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

Commits on Jan 13, 2024

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

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    39a3b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66b98a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Jan 23, 2024

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

Commits on Jan 27, 2024

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

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    25d51be View commit details
    Browse the repository at this point in the history
  2. shuffle as arg

    MarcusLoppe committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c5e2c14 View commit details
    Browse the repository at this point in the history
  3. shuffle as arg

    MarcusLoppe committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5b42b8d View commit details
    Browse the repository at this point in the history
  4. shuffle as arg

    MarcusLoppe committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6e65de4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. sageconv fix

    MarcusLoppe committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    f8c087a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Optional Squeeze

    MarcusLoppe committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    60fb312 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. layernorm

    MarcusLoppe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d35228e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    9f987b6 View commit details
    Browse the repository at this point in the history
  2. block-forward fix

    MarcusLoppe committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1a8b0b1 View commit details
    Browse the repository at this point in the history
  3. demo update

    MarcusLoppe committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    738a71c View commit details
    Browse the repository at this point in the history
  4. labels

    MarcusLoppe committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0201134 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    a3a2588 View commit details
    Browse the repository at this point in the history
  2. training stuff

    MarcusLoppe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4f9ddd5 View commit details
    Browse the repository at this point in the history
  3. checkpoint name

    MarcusLoppe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e5db7d9 View commit details
    Browse the repository at this point in the history
  4. checkpoint name

    MarcusLoppe committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e9c6bdf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. pad

    MarcusLoppe committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6cfc6f9 View commit details
    Browse the repository at this point in the history
  2. pad

    MarcusLoppe committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    89010a9 View commit details
    Browse the repository at this point in the history
  3. pad

    MarcusLoppe committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6c197af View commit details
    Browse the repository at this point in the history
  4. pad

    MarcusLoppe committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8231e7b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update README.md

    MarcusLoppe authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2940a46 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    MarcusLoppe authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    201ce43 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    MarcusLoppe authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e1f7ffb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. tuple error

    MarcusLoppe committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cdb0d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0daebd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. padding issue

    MarcusLoppe committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e5afd9d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. multi-gpu checkpoint fix

    MarcusLoppe committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fa71927 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. gateloop_use_heinsen fix

    MarcusLoppe committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    780431b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    b4fcd8d View commit details
    Browse the repository at this point in the history
  2. added fp16 training

    MarcusLoppe committed May 7, 2024
    Configuration menu
    Copy the full SHA
    989faa9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    8288354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    521f6f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f616d View commit details
    Browse the repository at this point in the history
  4. small comment

    lucidrains committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6e3909b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    391704b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e4a38e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 16, 2024

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

Commits on May 20, 2024

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

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    674fa18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb420f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14ad997 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    0d5cb51 View commit details
    Browse the repository at this point in the history
  2. init file

    MarcusLoppe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b5e7467 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    01ac2bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from fire/patch-1

    Update mesh_dataset.py from entrys to entries
    MarcusLoppe authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ecf72c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    f9a31d9 View commit details
    Browse the repository at this point in the history
  2. notebook updates

    MarcusLoppe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    11bff2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e15172 View commit details
    Browse the repository at this point in the history
  4. bug fix

    MarcusLoppe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b7a3611 View commit details
    Browse the repository at this point in the history
  5. bug fix

    MarcusLoppe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    481428d View commit details
    Browse the repository at this point in the history
  6. bug fix

    MarcusLoppe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bdfcade View commit details
    Browse the repository at this point in the history
  7. dataset improvements

    MarcusLoppe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d166f2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e45e7b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    6cad755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1608da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a1cbd View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    MarcusLoppe authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5f6d670 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14126a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    14a4470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d311798 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update setup.py

    MarcusLoppe authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3e7ed57 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. bug fix

    MarcusLoppe committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    9e1bb0d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. update

    MarcusLoppe committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ea15adb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 4, 2024

  1. Update setup.py

    MarcusLoppe authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a8880ad View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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