Skip to content
Snippets Groups Projects
  1. Oct 12, 2022
  2. Oct 11, 2022
    • Mashiro's avatar
      Bump version to v0.2.0 (#591) · 13484aae
      Mashiro authored
      * Bump version to v0.2.0
      
      * Add changelog
      
      * minor refine
      
      * minor refine
      
      * update date
      
      * clean the code
      
      * minor refine
      
      * update release date
      
      * Fix grammar
      
      * Fix grammar
      
      * Fix grammar
      
      * Fix grammar
      
      * Minor refine
      
      * Fix error format in readme
      
      * update date
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * minor refine
      
      * refine grammar
  3. Oct 10, 2022
    • 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
  4. Oct 08, 2022
  5. Sep 26, 2022
    • Shaun's avatar
      [Doc]: fix spell error (#548) · 925f1834
      Shaun authored
      925f1834
    • Zaida Zhou's avatar
      [Refactor] Refactor fileio without breaking back compatibility (#533) · ed84dfd3
      Zaida Zhou authored
      * [Refactor] Refactor fileio but without breaking bc
      
      * handle compatibility
      
      * fix format
      
      * modify io functions
      
      * fix ut
      
      * fix ut
      
      * rename method names
      
      * refine
      
      * refine docstring
      
      * fix ut in windows
      
      * update ut
      
      * minor fix
      
      * ensure client is not None when closing it
      
      * add more examples for list_dir_or_file interface
      
      * refine docstring
      
      * refine deprecated info
      
      * fix ut
      
      * add a description for lmdb docstring
      ed84dfd3
  6. 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
  7. Sep 13, 2022
  8. Sep 01, 2022
  9. Aug 31, 2022
  10. Aug 30, 2022
    • Mashiro's avatar
      [Docs] migrate runner from mmcv. (#457) · 68b6b542
      Mashiro authored
      68b6b542
    • Yifei Yang's avatar
      [Docs] add an example for gan training (#453) · 63f3afb8
      Yifei Yang authored
      * add an example for gan training
      
      * remove data element
      
      * fix as comments
      
      * add type_as
      
      * fix as comment
      
      * refine
      
      * fix as comment
      
      * add more descriptions
      
      * fix as comment
      
      * fix a api
      63f3afb8
    • Zaida Zhou's avatar
      Add the distributed training script (#487) · a5284165
      Zaida Zhou authored
      * Add the distributed training script
      
      * fix md format
      a5284165
    • 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
    • Mashiro's avatar
      [Docs] Add model docs (#416) · 260d332a
      Mashiro authored
      * first commit
      
      * tmp commit
      
      * tmp commit
      
      * tmp
      
      * finish base module
      
      * tmp commit
      
      * tmp commit
      
      * first finish
      
      * minor refine
      
      * clean the code
      
      * delete design
      
      * refine
      
      * minor refine
      
      * fix as comment
      
      * fix as comment
      
      * refine from jupyter notebook
      
      * minor refine
      
      * split model.md to model.md and initialize.md
      
      * minor refine
      
      * minor refine
      
      * make link availiable
      
      * fix as chengqi comment
      
      * fix as chengqi comment
      
      * fix link
      
      * fix as wenwei comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix lint
      260d332a
    • Ma Zerun's avatar
      [Docs] Add data transform tutorials (#455) · 7a75d6d5
      Ma Zerun authored
      * [Docs] Add data transform tutorials
      
      * Rename `RandomMultiscaleResize` to `RandomChocieResize`.
      
      * Imporve according to comments
      
      * Add general data pipeline description.
      7a75d6d5
    • Zaida Zhou's avatar
      [Docs] Make API of docs clearer (#469) · 3f5e08fa
      Zaida Zhou authored
      * [Docs] Make API of docs clearer
      
      * minor fix
      
      * fix md format
      3f5e08fa
    • Mashiro's avatar
      [Docs] Simpify logging tutorials (#452) · 9728b6aa
      Mashiro authored
      * simpify logging tutorials
      
      * minor refine
      
      * minor refine
      
      * refine index.rst
      
      * fix as comment
      
      * add description of by_epoch
      
      * add log processor description
      
      * minor refine
      
      * minor refine
      
      * Fix as comment
      
      * Fix as comment
      9728b6aa
    • Zaida Zhou's avatar
      [Docs] Describe how to migrate hook from mmcv (#451) · 15905bdc
      Zaida Zhou authored
      * Add a doc to explain how to migrate hook from mmcv
      
      * update style
      
      * update format
      
      * Add functional changes of hooks
      
      * fix table style
      
      * refine
      
      * fix typo
      15905bdc
  11. Aug 29, 2022
  12. Aug 28, 2022
    • Mashiro's avatar
      [Docs] Add docs for `OptimWrapper` (#411) · d68fd5a6
      Mashiro authored
      * add optimizer wrapper docs
      
      * remove optimizer.md
      
      * minor refine
      
      * Fix as comment
      
      * minor refine
      
      * tmp save ipynb
      
      * add default constructor docs
      
      * remove ipynb
      
      * fix as comment
      
      * remove color charactor
      
      * fix as comment
      d68fd5a6
Loading