Skip to content
Snippets Groups Projects
  1. Oct 21, 2022
  2. Oct 18, 2022
  3. Oct 11, 2022
  4. Oct 10, 2022
    • whcao's avatar
      [Fis] Set `_is_init` to True when `pretrained` is True (#555) · 46add351
      whcao authored
      * set _is_init to True when pretrained is True
      
      * fix comments
      46add351
    • Mashiro's avatar
      [Feature] Add test time augmentation base model. (#538) · 62456217
      Mashiro authored
      * First commit
      
      * add BaseTestTimeAugModel
      
      * Add unit test
      
      * move loop logic to test_step
      
      * fix ddp test
      
      * rename model to module
      
      * optim __init__
      
      * Fix as comment
      
      * Fix as comment
      
      * make val_step should not be called
      
      * make tta do not inherit base model
      
      * Fix unit test
      
      * Enhance docstring
      
      * Fix as comment
      
      * Fix as comment
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * fix unit test
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * fix unit test
      62456217
  5. Oct 09, 2022
  6. Oct 08, 2022
  7. Sep 26, 2022
  8. Sep 22, 2022
  9. Sep 18, 2022
  10. Sep 15, 2022
    • Mashiro's avatar
      [Feature] Support convert `BN` to `SyncBN` by config (#506) · 8ee31dbc
      Mashiro authored
      * [Feature] Support convert BN to SyncBN by config
      
      * make unit test compatible with cpu
      
      * Fix as comment
      
      * fix unit test
      
      * change signature of convert_sync_batchnorm: rename sync_bn to implemention
      
      * fix unit test
      
      * fix unit test
      8ee31dbc
  11. Sep 14, 2022
  12. Sep 13, 2022
  13. Sep 09, 2022
  14. Sep 07, 2022
  15. Aug 31, 2022
  16. Aug 30, 2022
    • Mashiro's avatar
      [Docs] Refine config docs. (#432) · fbd31d20
      Mashiro authored
      * tmp commit
      
      * refine docstring
      
      * minor refine
      
      * fix as comment
      
      * add tutorial for merge_from_dict
      
      * minor refine
      
      * minor refine
      
      * export md by jupyter
      
      * temp add ipnb
      
      * refine the docs
      
      * remote ipynb
      
      * fix as comment
      
      * add change _base_.variable
      
      * Fix as comment
      
      * minor refine
      
      * Fix as comment
      
      * Fix as comment
      
      * minor refine
      fbd31d20
Loading