Skip to content
Snippets Groups Projects
  1. Nov 18, 2022
  2. Nov 17, 2022
  3. Nov 15, 2022
  4. Nov 09, 2022
  5. Nov 08, 2022
  6. Nov 06, 2022
  7. Nov 03, 2022
  8. Nov 02, 2022
  9. Nov 01, 2022
  10. Oct 31, 2022
  11. Oct 28, 2022
  12. Oct 27, 2022
  13. Oct 26, 2022
  14. Oct 24, 2022
  15. Oct 21, 2022
  16. Oct 18, 2022
  17. Oct 11, 2022
  18. 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
Loading