Skip to content
Snippets Groups Projects
  1. Apr 29, 2022
  2. Mar 18, 2022
  3. Jan 28, 2022
    • MengzhangLI's avatar
      [Enhance] New-style CPU training and inference. (#1251) · 574b195b
      MengzhangLI authored
      * [Enhance] New-style CPU training and inference.
      
      * assert mmcv version
      
      * SyncBN to BN in training and testing
      
      * SyncBN to BN in training and testing
      
      * upload untracked files to this branch
      
      * delete gpu_ids
      
      * fix bugs
      
      * assert args.gpu_id in train.py
      
      * use cfg.gpu_ids = [args.gpu_id]
      
      * use cfg.gpu_ids = [args.gpu_id]
      
      * fix typo
      
      * fix typo
      
      * fix typos
      574b195b
  4. Dec 16, 2021
    • MengzhangLI's avatar
      [Docs] Refactor the structure of documentation (#1128) · 4a90241f
      MengzhangLI authored
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * fix launch utility url
      
      * fix launch utility url
      
      * fix wrong pytorch doc url
      
      * remove wrong links docs//
      4a90241f
  5. Dec 14, 2021
  6. Sep 15, 2021
    • sennnnn's avatar
      [Fix] Convert SyncBN to BN when training on DP (#772) · 9ac053f4
      sennnnn authored
      * [Fix] Convert SyncBN to BN when training on DP.
      
      * Modify SyncBN2BN.
      
      * Add SyncBN2BN unit test.
      
      * Resolve some comments.
      
      * use mmcv official revert_sync_batchnorm
      
      * Remove local syncbn2bn unit tests.
      
      * Update mmcv version.
      
      * Fix bugs of gather model tools.
      
      * Modify warnings.
      
      * Modify docker mmcv version.
      
      * Update mmcv version table.
      9ac053f4
  7. Dec 23, 2020
Loading