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

[Feature] Support Multi-task. #1229

Merged
merged 183 commits into from
Dec 30, 2022
Merged

[Feature] Support Multi-task. #1229

merged 183 commits into from
Dec 30, 2022

Commits on Jan 27, 2022

  1. unit test for multi_task_head

    piercus committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1c2974f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c20f41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad20f36 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    787fc94 View commit details
    Browse the repository at this point in the history
  2. Update MultiTaskClsHead

    mzr1996 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2098c7e View commit details
    Browse the repository at this point in the history
  3. Update docs

    mzr1996 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    df68f03 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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

Commits on Jul 5, 2022

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

Commits on Jul 28, 2022

  1. [Feature] Support MPS device. (open-mmlab#894)

    * [Feature] Support MPS device.
    
    * Add `auto_select_device`
    
    * Add unit tests
    mzr1996 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    c03efee View commit details
    Browse the repository at this point in the history
  2. [Fix] Fix Albu crash bug. (open-mmlab#918)

    * Fix albu BUG: using albu will cause the label from array(x) to array([x]) and crash the trainning
    
    * Fix common
    
    * Using copy incase potential bug in multi-label tasks
    
    * Improve coding
    
    * Improve code logic
    
    * Add unit test
    
    * Fix typo
    
    * Fix yapf
    PeterH0323 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    00f0e0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9300cc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71ef7ba View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

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

Commits on Sep 7, 2022

  1. Update README

    mzr1996 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    982cab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Sep 19, 2022

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

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    75ae845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dce428 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    49b91a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc273a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. add mask to loss

    marouaneamz committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    83df1e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. add another pipeline

    marouaneamz committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    2bbe5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Oct 17, 2022

  1. switch mask and task

    marouaneamz committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b2c42fa View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Merge pull request #1 from marouaneamz/add_mask_loss

     add mask to loss
    piercus committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    8784684 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    7e24822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c70927 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

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

Commits on Nov 3, 2022

  1. first version work

    marouaneamz committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    67ff94a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. add others metrics

    marouaneamz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b7063b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b290d92 View commit details
    Browse the repository at this point in the history
  3. fix linter

    marouaneamz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    cdf331d View commit details
    Browse the repository at this point in the history
  4. fix linter

    marouaneamz committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1cfbdf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. multi metrics

    marouaneamz committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b8b520f View commit details
    Browse the repository at this point in the history
  2. first version of test

    marouaneamz committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4c6147c View commit details
    Browse the repository at this point in the history
  3. change evaluate metric

    marouaneamz committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e46d482 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ad1b09 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Update tests/test_models/test_heads.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9e8e683 View commit details
    Browse the repository at this point in the history
  2. Update tests/test_models/test_heads.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ded2196 View commit details
    Browse the repository at this point in the history
  3. add tests

    marouaneamz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    72c24e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abeeb81 View commit details
    Browse the repository at this point in the history
  5. create a generic test

    marouaneamz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d2d072f View commit details
    Browse the repository at this point in the history
  6. create a generic test

    marouaneamz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    518b6a4 View commit details
    Browse the repository at this point in the history
  7. create a generic test

    marouaneamz committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a449690 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. change multi data sample

    marouaneamz committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2078392 View commit details
    Browse the repository at this point in the history
  2. correct test

    marouaneamz committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6264f1a View commit details
    Browse the repository at this point in the history
  3. test

    marouaneamz committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    08aafd5 View commit details
    Browse the repository at this point in the history
  4. add new test

    marouaneamz committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9f1396a View commit details
    Browse the repository at this point in the history
  5. add test for dataset

    marouaneamz committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    639d360 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. correct test

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    aacd1bc View commit details
    Browse the repository at this point in the history
  2. correct test

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    23433a4 View commit details
    Browse the repository at this point in the history
  3. correct test

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2d13b23 View commit details
    Browse the repository at this point in the history
  4. correct test

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    b259dc3 View commit details
    Browse the repository at this point in the history
  5. fix : #5

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d36ce6f View commit details
    Browse the repository at this point in the history
  6. run yapf

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    34df146 View commit details
    Browse the repository at this point in the history
  7. fix linter

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1e9b836 View commit details
    Browse the repository at this point in the history
  8. fix linter

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    cb7921b View commit details
    Browse the repository at this point in the history
  9. fix linter

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2484669 View commit details
    Browse the repository at this point in the history
  10. fix isort

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ad10eaf View commit details
    Browse the repository at this point in the history
  11. fix isort

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    30b6bda View commit details
    Browse the repository at this point in the history
  12. fix docformmater

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    502d9c5 View commit details
    Browse the repository at this point in the history
  13. fix docformmater

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    31e05a9 View commit details
    Browse the repository at this point in the history
  14. fix linter

    marouaneamz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    9763a37 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. fix linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    982420a View commit details
    Browse the repository at this point in the history
  2. fix data sample

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    52901bb View commit details
    Browse the repository at this point in the history
  3. Update mmcls/structures/multi_task_data_sample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    aff44ff View commit details
    Browse the repository at this point in the history
  4. Update mmcls/structures/multi_task_data_sample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    93c9f6c View commit details
    Browse the repository at this point in the history
  5. Update mmcls/structures/multi_task_data_sample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    67aa7da View commit details
    Browse the repository at this point in the history
  6. Update mmcls/structures/multi_task_data_sample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    aacaf42 View commit details
    Browse the repository at this point in the history
  7. Update mmcls/structures/multi_task_data_sample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    45f9258 View commit details
    Browse the repository at this point in the history
  8. Update mmcls/structures/multi_task_data_sample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4f07cf1 View commit details
    Browse the repository at this point in the history
  9. Update tests/test_structures/test_datasample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0b98eee View commit details
    Browse the repository at this point in the history
  10. Update mmcls/structures/multi_task_data_sample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    30683f6 View commit details
    Browse the repository at this point in the history
  11. Update tests/test_structures/test_datasample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b14f2ed View commit details
    Browse the repository at this point in the history
  12. Update tests/test_structures/test_datasample.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    34f2fc6 View commit details
    Browse the repository at this point in the history
  13. update data sample

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1666db5 View commit details
    Browse the repository at this point in the history
  14. update head

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0a9da7c View commit details
    Browse the repository at this point in the history
  15. update head

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8f4d930 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6024be6 View commit details
    Browse the repository at this point in the history
  17. fix linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    10d7841 View commit details
    Browse the repository at this point in the history
  18. fix linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2c391fe View commit details
    Browse the repository at this point in the history
  19. fix linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    49d399b View commit details
    Browse the repository at this point in the history
  20. merge with my_multi

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d95a484 View commit details
    Browse the repository at this point in the history
  21. fix linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c184998 View commit details
    Browse the repository at this point in the history
  22. fix linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8abe181 View commit details
    Browse the repository at this point in the history
  23. fix linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f2bb527 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9956301 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #6 from marouaneamz/issue5

    test/implement multidatasample
    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e9dc751 View commit details
    Browse the repository at this point in the history
  26. merge with my_multi_task

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    00a1f1e View commit details
    Browse the repository at this point in the history
  27. update head

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2bdfafe View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e920ee2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cc839d3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    583318a View commit details
    Browse the repository at this point in the history
  31. fix linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    61410b1 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #9 from marouaneamz/setpredgt

    fix problem we don't  set pred or  gt
    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8d02ac0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    80c23af View commit details
    Browse the repository at this point in the history
  34. fix : #2

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    de0428b View commit details
    Browse the repository at this point in the history
  35. fix : linter

    marouaneamz committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    71ccf4b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. update multi head

    marouaneamz committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fa275be View commit details
    Browse the repository at this point in the history
  2. fix linter

    marouaneamz committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1b48410 View commit details
    Browse the repository at this point in the history
  3. fix linter

    marouaneamz committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b54199a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. update data sample

    marouaneamz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5ece04f View commit details
    Browse the repository at this point in the history
  2. update data sample

    marouaneamz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6b5034b View commit details
    Browse the repository at this point in the history
  3. fix ; linter

    marouaneamz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6691901 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from marouaneamz/issue2

    Issue2
    marouaneamz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5e50e6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7215730 View commit details
    Browse the repository at this point in the history
  6. update test

    marouaneamz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8c0bbbf View commit details
    Browse the repository at this point in the history
  7. test pipeline

    marouaneamz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    876fec8 View commit details
    Browse the repository at this point in the history
  8. update pipeline

    marouaneamz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    01b480c View commit details
    Browse the repository at this point in the history
  9. update test

    marouaneamz committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b656477 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. update dataset

    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0251f66 View commit details
    Browse the repository at this point in the history
  2. update dataset

    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    deff8b8 View commit details
    Browse the repository at this point in the history
  3. fix linter

    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0689286 View commit details
    Browse the repository at this point in the history
  4. fix linter

    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f9d41f6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from marouaneamz/issue7

    add test for dataset
    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3f13cca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0577dd8 View commit details
    Browse the repository at this point in the history
  7. update formatting

    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7cdc6a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1523355 View commit details
    Browse the repository at this point in the history
  9. update formatting

    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7eb6fe4 View commit details
    Browse the repository at this point in the history
  10. fix linter

    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9407214 View commit details
    Browse the repository at this point in the history
  11. update test

    marouaneamz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3a03842 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. update

    marouaneamz committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1148709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a3d9c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 23, 2022

  1. add test

    marouaneamz committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    936f6d7 View commit details
    Browse the repository at this point in the history
  2. update metrics

    marouaneamz committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5854322 View commit details
    Browse the repository at this point in the history
  3. update metrics

    marouaneamz committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ce11749 View commit details
    Browse the repository at this point in the history
  4. add doc for functions

    marouaneamz committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9aa6785 View commit details
    Browse the repository at this point in the history
  5. fix linter

    marouaneamz committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6ad02d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ee882f View commit details
    Browse the repository at this point in the history
  7. fix linter

    marouaneamz committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    7ea5765 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. run flake8

    marouaneamz committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    04bc7a9 View commit details
    Browse the repository at this point in the history
  2. run linter

    marouaneamz committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    581bd82 View commit details
    Browse the repository at this point in the history
  3. update test

    marouaneamz committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    522135d View commit details
    Browse the repository at this point in the history
  4. add mask in evaluation

    marouaneamz committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5d26026 View commit details
    Browse the repository at this point in the history
  5. update metric doc

    marouaneamz committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    77e180e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. update metric doc

    marouaneamz committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d3d9c2f View commit details
    Browse the repository at this point in the history
  2. Update mmcls/evaluation/metrics/multi_task.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b15105b View commit details
    Browse the repository at this point in the history
  3. Update mmcls/evaluation/metrics/multi_task.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    59aed15 View commit details
    Browse the repository at this point in the history
  4. Update mmcls/evaluation/metrics/multi_task.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    3ee49df View commit details
    Browse the repository at this point in the history
  5. Update mmcls/evaluation/metrics/multi_task.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d071eab View commit details
    Browse the repository at this point in the history
  6. Update mmcls/evaluation/metrics/multi_task.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6f735e7 View commit details
    Browse the repository at this point in the history
  7. Update mmcls/evaluation/metrics/multi_task.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0c90c00 View commit details
    Browse the repository at this point in the history
  8. update metric doc

    marouaneamz committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    360b864 View commit details
    Browse the repository at this point in the history
  9. update metric doc

    marouaneamz committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    54b4108 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d860e4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23a5382 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f472453 View commit details
    Browse the repository at this point in the history
  13. merge with 1.x

    piercus committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    15fb9b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    404d15d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from marouaneamz/my_multi_task_1_x

    Fix cannot import name MultiTaskDataSample
    piercus committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    25049e7 View commit details
    Browse the repository at this point in the history
  3. fix test_datasets

    marouaneamz committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e5af45f View commit details
    Browse the repository at this point in the history
  4. fix test_datasets

    marouaneamz committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f5014f4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from marouaneamz/my_multi_task_1_x

    My multi task 1 x
    piercus committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fa05028 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. fix linter

    marouaneamz committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2a80c2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    798fc9a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'my_multi_task_1_x' of github.com:marouaneamz/mmclassifi…

    …cation into my_multi_task_1_x
    marouaneamz committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c67408f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6552e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from marouaneamz/my_multi_task_1_x

    fix linter
    piercus committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    87d78fd View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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

Commits on Dec 2, 2022

  1. correct test and metric

    marouaneamz committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    99969d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    c742154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f7cfad View commit details
    Browse the repository at this point in the history
  3. correct test

    marouaneamz committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    70be3ae View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    ecdfb87 View commit details
    Browse the repository at this point in the history
  2. Update mmcls/models/heads/cls_head.py

    Co-authored-by: Colle <piercus@users.noreply.github.com>
    marouaneamz and piercus committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3dc8324 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from marouaneamz/multi_task_mzr

    Multi task mzr
    piercus committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3fe628e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad9f2ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81b605b View commit details
    Browse the repository at this point in the history
  6. lint

    piercus committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b5890d9 View commit details
    Browse the repository at this point in the history
  7. lint

    piercus committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7c07ea2 View commit details
    Browse the repository at this point in the history
  8. fix: lint

    piercus committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7983caf View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. fix linter

    marouaneamz committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0ac2f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d10f95 View commit details
    Browse the repository at this point in the history
  3. add eval mask

    marouaneamz committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c3654d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6ad209 View commit details
    Browse the repository at this point in the history
  5. fix documentation

    marouaneamz committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    da32c23 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8 from marouaneamz/multi_task_mzr

    add eval _mask
    piercus committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    deb3bf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a655d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Update mmcls/models/heads/multi_task_head.py

    Co-authored-by: Ma Zerun <mzr1996@163.com>
    piercus and mzr1996 committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    172952c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Remove multi-task configs.

    mzr1996 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    83c8cb7 View commit details
    Browse the repository at this point in the history