"vscode:/vscode.git/clone" did not exist on "f6e8c8c09cb476b59c2d28c6fd7a969dee575164"
  1. 19 Aug, 2020 5 commits
  2. 17 Aug, 2020 1 commit
  3. 15 Aug, 2020 3 commits
    • Cao Yuhang's avatar
      fix saconv (#489) · 7b18b977
      Cao Yuhang authored
      * fix saconv
      
      * add parrots condition
      
      * add unittest
      
      * fix torch version
      7b18b977
    • Wang Xinjiang's avatar
      fix some pavi logger hooks (#481) · eacaf475
      Wang Xinjiang authored
      * fix some pavi logger hooks
      
      * fix unittest
      
      * fix small bugs
      
      * small change
      
      * fix unittest
      
      * Add EpochBasedRunner conditions
      
      * Add session text
      
      * fix small bug
      
      * fetch runner mode from log buffer
      
      * Add max_iter to pavi session text
      
      * change yaml.dump to yamp.dump(yaml.load(mmcv.dump))
      
      * Directly use by_epoch
      
      * fix unittest
      
      * add comments
      
      * Use runner.epoch + 1 in pavi log
      
      * fix runner.epoch issue for runner.mode=='val'
      
      * fix runner.epoch issue for runner.mode=='val'
      
      * Use abspath instead of realpath
      
      * Add meta dump unittest
      
      * small change
      
      * Add comments
      eacaf475
    • Jintao Lin's avatar
      Add `tin_shift` function (#492) · c8e85b28
      Jintao Lin authored
      
      
      * add tin shift
      
      * add unittest
      
      * add docstring
      
      * add docstring
      
      * parrots for tin_shift
      
      * fix lint
      
      * fix lint
      Co-authored-by: default avatarjiaomenglei <jiaomenglei@sensetime.com>
      c8e85b28
  4. 14 Aug, 2020 1 commit
  5. 13 Aug, 2020 6 commits
  6. 12 Aug, 2020 1 commit
  7. 11 Aug, 2020 1 commit
  8. 09 Aug, 2020 3 commits
  9. 08 Aug, 2020 1 commit
  10. 06 Aug, 2020 3 commits
  11. 03 Aug, 2020 5 commits
  12. 02 Aug, 2020 1 commit
  13. 30 Jul, 2020 1 commit
    • shilong's avatar
      Ema (#421) · 1830347f
      shilong authored
      * add ema hook
      
      * add ema hook resume
      
      * add ema hook test
      
      * fix typo
      
      * fix according to comment
      
      * delete logger
      
      * fix according to comment
      
      * fix unitest
      
      * fix typo
      
      * fix according to comment
      
      * change to resume_from
      
      * typo
      
      * fix isort
      1830347f
  14. 28 Jul, 2020 1 commit
  15. 27 Jul, 2020 1 commit
  16. 25 Jul, 2020 1 commit
    • Wang Xinjiang's avatar
      Syncbuf (#447) · d4da3daa
      Wang Xinjiang authored
      * More robust sync buffer hook
      
      * More robust sync buffer hook
      
      * Reformat
      d4da3daa
  17. 24 Jul, 2020 4 commits
  18. 23 Jul, 2020 1 commit
    • Jiamin's avatar
      Add jenkinsfile (#415) · fad12cd3
      Jiamin authored
      * chore: add jenkins file
      
      * chore: remove cuda_arch
      
      * chore: replace Float.parsefloat with string check
      
      * chore: add pip mirror
      
      * chore: fix add MMCV_WITH_OPS env var
      
      * chore: fix undefined symbol _Z16THPVariable_WrapN2at6TensorE
      
      * chore: add comment
      
      * chore: fix multi docker running under same dir error
      
      * chore: rm dir after build
      
      * chore: fix rm
      
      * chore: also rm tmp dir
      
      * chore: use sensetime docker
      
      * feat: use torch-pre-installed docker
      
      * fix: fix index error
      fad12cd3