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

New YOLOv5 Classification Models #8956

Merged
merged 448 commits into from
Aug 17, 2022
Merged

New YOLOv5 Classification Models #8956

merged 448 commits into from
Aug 17, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 20, 2022

  1. Update

    glenn-jocher committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4602c01 View commit details
    Browse the repository at this point in the history
  2. Logger step fix: Increment step with epochs (#8654)

    * enhance
    
    * revert
    
    * allow training from scratch
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update --img argument from train.py 
    
    single line
    
    * fix image size from 640 to 128
    
    * suport custom dataloader and augmentation
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * format
    
    * Update dataloaders.py
    
    * Single line return, single line comment, remove unused argument
    
    * address PR comments
    
    * fix spelling
    
    * don't augment eval set
    
    * use fstring
    
    * update augmentations.py
    
    * new maning convention for transforms
    
    * reverse if statement, inline ops
    
    * reverse if statement, inline ops
    
    * updates
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * update dataloaders
    
    * Remove additional if statement
    
    * Remove is_train as redundant
    
    * Cleanup
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Cleanup2
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update classifier.py
    
    * Update augmentations.py
    
    * fix: imshow clip warning
    
    * update
    
    * Revert ToTensorV2 removal
    
    * Update classifier.py
    
    * Update normalize values, revert uint8
    
    * normalize image using cv2
    
    * remove dedundant comment
    
    * Update classifier.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * replace print with logger
    
    * commit steps
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    3 people committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    798cab5 View commit details
    Browse the repository at this point in the history
  3. Update

    glenn-jocher committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    5d69e04 View commit details
    Browse the repository at this point in the history
  4. Update

    glenn-jocher committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    fceeb9a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    bdb33b9 View commit details
    Browse the repository at this point in the history
  2. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5fdeba7 View commit details
    Browse the repository at this point in the history
  3. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    bc72ec0 View commit details
    Browse the repository at this point in the history
  4. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1b00861 View commit details
    Browse the repository at this point in the history
  5. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    053ada1 View commit details
    Browse the repository at this point in the history
  6. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    167406d View commit details
    Browse the repository at this point in the history
  7. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    dbe92bb View commit details
    Browse the repository at this point in the history
  8. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    761c1d3 View commit details
    Browse the repository at this point in the history
  9. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    07297c4 View commit details
    Browse the repository at this point in the history
  10. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d80c2f5 View commit details
    Browse the repository at this point in the history
  11. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8610aa8 View commit details
    Browse the repository at this point in the history
  12. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0524acb View commit details
    Browse the repository at this point in the history
  13. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c31cfb4 View commit details
    Browse the repository at this point in the history
  14. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0610a5d View commit details
    Browse the repository at this point in the history
  15. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1433d3b View commit details
    Browse the repository at this point in the history
  16. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b66d142 View commit details
    Browse the repository at this point in the history
  17. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3a7a404 View commit details
    Browse the repository at this point in the history
  18. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d11fc06 View commit details
    Browse the repository at this point in the history
  19. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    334f8bc View commit details
    Browse the repository at this point in the history
  20. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ebebb62 View commit details
    Browse the repository at this point in the history
  21. Update

    glenn-jocher committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8faadee View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0a5a0ab View commit details
    Browse the repository at this point in the history
  2. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    7cc91cc View commit details
    Browse the repository at this point in the history
  3. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a545207 View commit details
    Browse the repository at this point in the history
  4. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    50aaf98 View commit details
    Browse the repository at this point in the history
  5. Allow logging models from GenericLogger (#8676)

    * enhance
    
    * revert
    
    * allow training from scratch
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update --img argument from train.py 
    
    single line
    
    * fix image size from 640 to 128
    
    * suport custom dataloader and augmentation
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * format
    
    * Update dataloaders.py
    
    * Single line return, single line comment, remove unused argument
    
    * address PR comments
    
    * fix spelling
    
    * don't augment eval set
    
    * use fstring
    
    * update augmentations.py
    
    * new maning convention for transforms
    
    * reverse if statement, inline ops
    
    * reverse if statement, inline ops
    
    * updates
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * update dataloaders
    
    * Remove additional if statement
    
    * Remove is_train as redundant
    
    * Cleanup
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Cleanup2
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update classifier.py
    
    * Update augmentations.py
    
    * fix: imshow clip warning
    
    * update
    
    * Revert ToTensorV2 removal
    
    * Update classifier.py
    
    * Update normalize values, revert uint8
    
    * normalize image using cv2
    
    * remove dedundant comment
    
    * Update classifier.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * replace print with logger
    
    * commit steps
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * support final model logging
    
    * update
    
    * update
    
    * update
    
    * update
    
    * remove curses
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update classifier.py
    
    * Update __init__.py
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
    3 people committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1c2f432 View commit details
    Browse the repository at this point in the history
  6. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    5760567 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2095e1 View commit details
    Browse the repository at this point in the history
  8. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a551986 View commit details
    Browse the repository at this point in the history
  9. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    6c9ff8c View commit details
    Browse the repository at this point in the history
  10. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    956879b View commit details
    Browse the repository at this point in the history
  11. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    bfb5c1f View commit details
    Browse the repository at this point in the history
  12. Update warning emojis

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    5ed36ee View commit details
    Browse the repository at this point in the history
  13. Update dataset download

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    04d3e64 View commit details
    Browse the repository at this point in the history
  14. Update dataset download

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    dcf5670 View commit details
    Browse the repository at this point in the history
  15. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a86fdd0 View commit details
    Browse the repository at this point in the history
  16. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2a59208 View commit details
    Browse the repository at this point in the history
  17. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    b80dd7e View commit details
    Browse the repository at this point in the history
  18. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1097af8 View commit details
    Browse the repository at this point in the history
  19. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    4edd9b2 View commit details
    Browse the repository at this point in the history
  20. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    9256d45 View commit details
    Browse the repository at this point in the history
  21. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1d72089 View commit details
    Browse the repository at this point in the history
  22. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    73bb5ff View commit details
    Browse the repository at this point in the history
  23. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0670b38 View commit details
    Browse the repository at this point in the history
  24. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    aa9184d View commit details
    Browse the repository at this point in the history
  25. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    3626508 View commit details
    Browse the repository at this point in the history
  26. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    aa32e13 View commit details
    Browse the repository at this point in the history
  27. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0e010ae View commit details
    Browse the repository at this point in the history
  28. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1ecaf0b View commit details
    Browse the repository at this point in the history
  29. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    685503b View commit details
    Browse the repository at this point in the history
  30. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    101b21f View commit details
    Browse the repository at this point in the history
  31. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    97d1fa6 View commit details
    Browse the repository at this point in the history
  32. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    19ffb4e View commit details
    Browse the repository at this point in the history
  33. Update

    glenn-jocher committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    95eca5d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Update

    glenn-jocher committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    fa44db7 View commit details
    Browse the repository at this point in the history
  2. Update

    glenn-jocher committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    b751ab2 View commit details
    Browse the repository at this point in the history
  3. Update

    glenn-jocher committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    ff85584 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1fb3e6 View commit details
    Browse the repository at this point in the history
  5. Update

    glenn-jocher committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    7a73663 View commit details
    Browse the repository at this point in the history
  6. Update

    glenn-jocher committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    e535213 View commit details
    Browse the repository at this point in the history
  7. Update

    glenn-jocher committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    f839244 View commit details
    Browse the repository at this point in the history
  8. Update

    glenn-jocher committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    2c90896 View commit details
    Browse the repository at this point in the history
  9. Update

    glenn-jocher committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    a6d5521 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Update

    glenn-jocher committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9dc5e6a View commit details
    Browse the repository at this point in the history
  2. Update

    glenn-jocher committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    1782d0c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    84d6bd7 View commit details
    Browse the repository at this point in the history
  2. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a06efbd View commit details
    Browse the repository at this point in the history
  3. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    6432df0 View commit details
    Browse the repository at this point in the history
  4. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d86bb55 View commit details
    Browse the repository at this point in the history
  5. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    0d6490c View commit details
    Browse the repository at this point in the history
  6. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    12421e1 View commit details
    Browse the repository at this point in the history
  7. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5f3773b View commit details
    Browse the repository at this point in the history
  8. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    9db31ea View commit details
    Browse the repository at this point in the history
  9. Update

    glenn-jocher committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    0551a31 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Update

    glenn-jocher committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f12bc8a View commit details
    Browse the repository at this point in the history
  2. Update

    glenn-jocher committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9d9e16f View commit details
    Browse the repository at this point in the history
  3. Update

    glenn-jocher committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    55f0fa8 View commit details
    Browse the repository at this point in the history
  4. Update

    glenn-jocher committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    fabac7c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Update

    glenn-jocher committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e64ba0e View commit details
    Browse the repository at this point in the history
  2. Update

    glenn-jocher committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1038734 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Cos scheduler

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    86dd4d9 View commit details
    Browse the repository at this point in the history
  2. Cos scheduler

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    2594685 View commit details
    Browse the repository at this point in the history
  3. Remove unused args

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    0251d35 View commit details
    Browse the repository at this point in the history
  4. Update

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    1f7b95c View commit details
    Browse the repository at this point in the history
  5. Add seed

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    e88ba9d View commit details
    Browse the repository at this point in the history
  6. Add seed

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    f610079 View commit details
    Browse the repository at this point in the history
  7. Update

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    635ab3f View commit details
    Browse the repository at this point in the history
  8. Update

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    eea5731 View commit details
    Browse the repository at this point in the history
  9. Add run(), main()

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    ef749a1 View commit details
    Browse the repository at this point in the history
  10. Merge master

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    d2cde35 View commit details
    Browse the repository at this point in the history
  11. Merge master

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    8a0da6d View commit details
    Browse the repository at this point in the history
  12. Merge master

    glenn-jocher committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    a92840a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Merge master

    glenn-jocher committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    976d5c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Update

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f43572e View commit details
    Browse the repository at this point in the history
  2. Update

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    cabbb30 View commit details
    Browse the repository at this point in the history
  3. Update

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    59b2353 View commit details
    Browse the repository at this point in the history
  4. Update

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    c5b92f5 View commit details
    Browse the repository at this point in the history
  5. Update

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ebb9c99 View commit details
    Browse the repository at this point in the history
  6. Update

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7c1225f View commit details
    Browse the repository at this point in the history
  7. Update

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e24b47d View commit details
    Browse the repository at this point in the history
  8. Merge master

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    8ac8830 View commit details
    Browse the repository at this point in the history
  9. fix

    glenn-jocher committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ebb141a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Create YOLOv5 BaseModel class (#8829)

    * Create BaseModel
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix
    
    * Hub load device fix
    
    * Update
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    glenn-jocher and pre-commit-ci[bot] committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e567764 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Add experiment

    glenn-jocher committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    13c46bd View commit details
    Browse the repository at this point in the history
  2. Merge master

    glenn-jocher committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1e548f0 View commit details
    Browse the repository at this point in the history
  3. Merge master

    glenn-jocher committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3284fe7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge master

    glenn-jocher committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1e9994a View commit details
    Browse the repository at this point in the history
  2. Attach names

    glenn-jocher committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    903169a View commit details
    Browse the repository at this point in the history
  3. Merge master

    glenn-jocher committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    84cc9bf View commit details
    Browse the repository at this point in the history
  4. weight decay = 1e-4

    glenn-jocher committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2291181 View commit details
    Browse the repository at this point in the history
  5. weight decay = 5e-5

    glenn-jocher committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    524e989 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d3fede View commit details
    Browse the repository at this point in the history
  7. fashion-mnist fix

    glenn-jocher committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2fe1b97 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Merge master

    glenn-jocher committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6a01f58 View commit details
    Browse the repository at this point in the history
  2. Merge master

    glenn-jocher committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7114bb9 View commit details
    Browse the repository at this point in the history
  3. Merge master

    glenn-jocher committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ef00f41 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Merge master

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    01bc47f View commit details
    Browse the repository at this point in the history
  2. Update Table

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    9c5a035 View commit details
    Browse the repository at this point in the history
  3. Update Table

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bd135ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    012476b View commit details
    Browse the repository at this point in the history
  5. Merge master

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    037fb37 View commit details
    Browse the repository at this point in the history
  6. add kwargs to forward()

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    a1e81df View commit details
    Browse the repository at this point in the history
  7. fuse fix for resnet50

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    9c17a70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7132881 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a512ab0 View commit details
    Browse the repository at this point in the history
  10. ONNX CPU inference fix

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    c2cab3a View commit details
    Browse the repository at this point in the history
  11. revert

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    6302731 View commit details
    Browse the repository at this point in the history
  12. cuda

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    7a60338 View commit details
    Browse the repository at this point in the history
  13. if augment or visualize

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    ea8d237 View commit details
    Browse the repository at this point in the history
  14. if augment or visualize

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    49720f7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3f5c692 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f27df13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0a07a83 View commit details
    Browse the repository at this point in the history
  18. Update README

    glenn-jocher committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    5fe56fc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    7c93f2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea8729b View commit details
    Browse the repository at this point in the history
  3. comma fix

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    0173fdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30e46ed View commit details
    Browse the repository at this point in the history
  5. reset defaults

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    1d961a4 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/classifier' into classifier

    # Conflicts:
    #	classify/val.py
    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    9f666e3 View commit details
    Browse the repository at this point in the history
  7. reset defaults

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    52b73c7 View commit details
    Browse the repository at this point in the history
  8. fix gpu predict

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    d97848e View commit details
    Browse the repository at this point in the history
  9. warmup

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    17564e1 View commit details
    Browse the repository at this point in the history
  10. ema half fix

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    f1f71c9 View commit details
    Browse the repository at this point in the history
  11. spacing

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    26d3a1e View commit details
    Browse the repository at this point in the history
  12. remove data

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    0e9ba3c View commit details
    Browse the repository at this point in the history
  13. remove cache

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    4a982ae View commit details
    Browse the repository at this point in the history
  14. remove denormalize

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    dada286 View commit details
    Browse the repository at this point in the history
  15. save run settings

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    03e7a97 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef20d65 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc969a7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4d03b79 View commit details
    Browse the repository at this point in the history
  19. new save_yaml() function

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    fbff212 View commit details
    Browse the repository at this point in the history
  20. Update ci-testing.yml

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    59e1300 View commit details
    Browse the repository at this point in the history
  21. Path(data) CI fix

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    61f635f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e8ed7cd View commit details
    Browse the repository at this point in the history
  23. fix val

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    379a936 View commit details
    Browse the repository at this point in the history
  24. fix val

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    f81686d View commit details
    Browse the repository at this point in the history
  25. fix val

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    3dd6ef3 View commit details
    Browse the repository at this point in the history
  26. smartCrossEntropyLoss

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    e378210 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    56c5b8e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0e5720b View commit details
    Browse the repository at this point in the history
  29. str(data)

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    22b9d4b View commit details
    Browse the repository at this point in the history
  30. Dataset usage example

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    986390d View commit details
    Browse the repository at this point in the history
  31. im_show normalize

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    b456f51 View commit details
    Browse the repository at this point in the history
  32. im_show normalize

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    b7f3016 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e663ff4 View commit details
    Browse the repository at this point in the history
  34. Add validation speeds

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    cb13e7f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    92fd072 View commit details
    Browse the repository at this point in the history
  36. 24-space names

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    d864cda View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    eafe847 View commit details
    Browse the repository at this point in the history
  38. Update bash scripts

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    4020446 View commit details
    Browse the repository at this point in the history
  39. Update permissions

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    044022b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3d2d112 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b41070b View commit details
    Browse the repository at this point in the history
  42. remove verbose

    glenn-jocher committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    13ec336 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. TRT data fix

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    95090dc View commit details
    Browse the repository at this point in the history
  2. names generator fix

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e749931 View commit details
    Browse the repository at this point in the history
  3. optimize if names

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3e6b07a View commit details
    Browse the repository at this point in the history
  4. update usage

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    5963a25 View commit details
    Browse the repository at this point in the history
  5. Add local loading

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d35d9f0 View commit details
    Browse the repository at this point in the history
  6. Verbose=False

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    cb8ddc0 View commit details
    Browse the repository at this point in the history
  7. update names printing

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    5a5bd4e View commit details
    Browse the repository at this point in the history
  8. Add Usage examples

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b3bd5a1 View commit details
    Browse the repository at this point in the history
  9. Add Usage examples

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4086b0f View commit details
    Browse the repository at this point in the history
  10. Add Usage examples

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6d2ce08 View commit details
    Browse the repository at this point in the history
  11. Add Usage examples

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d212511 View commit details
    Browse the repository at this point in the history
  12. Merge master

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3951615 View commit details
    Browse the repository at this point in the history
  13. named_children

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1abaf42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db2f7b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b2070b View commit details
    Browse the repository at this point in the history
  16. update

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1338c6d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ab97b5a View commit details
    Browse the repository at this point in the history
  18. update

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b088d52 View commit details
    Browse the repository at this point in the history
  19. fix CI

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6730731 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fc3b0bb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0ff0ec2 View commit details
    Browse the repository at this point in the history
  22. remove denormalize

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    72e5607 View commit details
    Browse the repository at this point in the history
  23. ravel fix

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bf1dae5 View commit details
    Browse the repository at this point in the history
  24. cleanup

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    5f64ebd View commit details
    Browse the repository at this point in the history
  25. update opt file printing

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bdee2e4 View commit details
    Browse the repository at this point in the history
  26. update opt file printing

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    fd388d6 View commit details
    Browse the repository at this point in the history
  27. update defaults

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1a307b8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4ab5ee6 View commit details
    Browse the repository at this point in the history
  29. add opt to checkpoint

    glenn-jocher committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6a347f3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    48da61b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Add warning

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    26dfbe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee42ff View commit details
    Browse the repository at this point in the history
  3. Add comment

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b6d3018 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c97910 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc60aef View commit details
    Browse the repository at this point in the history
  6. plot half bug fix

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    04e84d6 View commit details
    Browse the repository at this point in the history
  7. Use NotImplementedError

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9d9a2f1 View commit details
    Browse the repository at this point in the history
  8. fix export shape report

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    44584ce View commit details
    Browse the repository at this point in the history
  9. Fix TRT load

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b26129b View commit details
    Browse the repository at this point in the history
  10. cleanup CI

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    7449066 View commit details
    Browse the repository at this point in the history
  11. profile comment

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c0f0b7b View commit details
    Browse the repository at this point in the history
  12. CI fix

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    01806e3 View commit details
    Browse the repository at this point in the history
  13. Add cls models

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    1d867fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4b75256 View commit details
    Browse the repository at this point in the history
  15. avoid inplace error

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ebb99af View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3652de4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    105c73a View commit details
    Browse the repository at this point in the history
  18. Fix usage examples

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d1c84ae View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c99c051 View commit details
    Browse the repository at this point in the history
  20. Update README

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    706ff96 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6f4a1bb View commit details
    Browse the repository at this point in the history
  22. Update README

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b5f8748 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ca01d76 View commit details
    Browse the repository at this point in the history
  24. Update README

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0a8f489 View commit details
    Browse the repository at this point in the history
  25. Update README

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    33ae017 View commit details
    Browse the repository at this point in the history
  26. Update README

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    7c494aa View commit details
    Browse the repository at this point in the history
  27. Update README

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    dcdc38b View commit details
    Browse the repository at this point in the history
  28. Update README

    glenn-jocher committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    85289d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ef63af1 View commit details
    Browse the repository at this point in the history
  2. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    105184c View commit details
    Browse the repository at this point in the history
  3. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    47bbaee View commit details
    Browse the repository at this point in the history
  4. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4719685 View commit details
    Browse the repository at this point in the history
  5. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    55d85a6 View commit details
    Browse the repository at this point in the history
  6. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e8ce124 View commit details
    Browse the repository at this point in the history
  7. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    78e1bf9 View commit details
    Browse the repository at this point in the history
  8. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d0a3e70 View commit details
    Browse the repository at this point in the history
  9. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4b398df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e90cc95 View commit details
    Browse the repository at this point in the history
  11. Update README

    glenn-jocher committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9a43979 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b231d4 View commit details
    Browse the repository at this point in the history