"torchvision/transforms/v2/_geometry.py" did not exist on "f9d1883e97ca3a0ec2c5f16745df6fc3a0fe379a"
  1. 24 Aug, 2020 3 commits
  2. 23 Aug, 2020 1 commit
  3. 22 Aug, 2020 1 commit
  4. 21 Aug, 2020 1 commit
  5. 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
  6. 13 Aug, 2020 1 commit
  7. 09 Aug, 2020 2 commits
  8. 03 Aug, 2020 1 commit
  9. 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
  10. 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
  11. 24 Jul, 2020 1 commit
  12. 20 Jul, 2020 1 commit
  13. 17 Jul, 2020 4 commits
  14. 15 Jul, 2020 1 commit
  15. 08 Jul, 2020 4 commits
  16. 03 Jul, 2020 1 commit
  17. 02 Jul, 2020 2 commits
  18. 01 Jul, 2020 2 commits
  19. 30 Jun, 2020 1 commit
    • Jerry Jiarui XU's avatar
      Add cpu ops (#370) · 0970ae94
      Jerry Jiarui XU authored
      * update actiion
      
      * remove 1.3 cuda
      
      * reorder
      
      * add no torch
      
      * fixed version
      
      * make py3.8 on pt1.5
      
      * make py3.8 on pt1.5
      
      * remove torch 1.3
      
      * disable py3.8
      
      * pip
      
      * merge master with cuda compile fix
      
      * add cpu roi align
      
      * fixed test
      
      * fixed no torch
      
      * add CUDA_ARGS
      
      * use one line
      
      * gencode=61
      
      * seperate jobs
      
      * update lint
      
      * use parametrize test
      
      * formart and rename
      
      * unit test for all
      0970ae94
  20. 28 Jun, 2020 2 commits
    • louzana's avatar
      fix bug of building ConvModule with HSigmoid using inplace=True and a… (#369) · 2c6fc5fd
      louzana authored
      * fix bug of building ConvModule with HSigmoid using inplace=True and add corresponding unittest
      
      * fix linting
      2c6fc5fd
    • zhuyuanhao's avatar
      add ext ops, support parrots (#310) · c0f5492e
      zhuyuanhao authored
      
      
      * add ext ops, support parrots
      
      * fix lint
      
      * fix lint
      
      * update op from mmdetection
      
      * support non-pytorch env
      
      * fix import bug
      
      * test not import mmcv.op
      
      * rename mmcv.op to mmcv.ops
      
      * fix compile warning
      
      * 1. fix syncbn warning in pytorch 1.5
      2. support only cpu compile
      3. add point_sample from mmdet
      
      * fix text bug
      
      * update docstrings
      
      * fix line endings
      
      * minor updates
      
      * remove non_local from ops
      
      * bug fix for nonlocal2d
      
      * rename ops_ext to _ext and _ext to _flow_warp_ext
      
      * update the doc
      
      * try clang-format github action
      
      * fix github action
      
      * add ops to api.rst
      
      * fix cpp format
      
      * fix clang format issues
      
      * remove .clang-format
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      c0f5492e
  21. 26 Jun, 2020 1 commit
    • Jintao Lin's avatar
      Add utils to calculate model complexity and adjust folder structure for mmcv/cnn/utils . (#366) · 9bc0b96d
      Jintao Lin authored
      * Add utils to calculate model complexity info
      
      * remove _InstanceNorm in unittest
      
      * add docstring and increase unittest coverage
      
      * fix deconv_flops_counter_hook to accept different data shape
      
      * test when model is not a common instance
      
      * put flops_counter.py and weight_init.py into mmcv/cnn/utils folder
      
      * fix import name
      
      * reformat some docstrings
      
      * update the scripts with latest one and remove redundant codes
      
      * directly represent a model without string and eval()
      
      * reformat code
      9bc0b96d
  22. 19 Jun, 2020 2 commits
    • Harry's avatar
      Specifying distributed training port in os.environ when training with slurm (#362) · 69048ff0
      Harry authored
      * feat: support for os.environ port for slurm training
      
      * fix: port data type
      
      * feat: add flawed unittest
      
      * feat: add flawed unittest
      
      * docs: add comments
      
      * fix: unittest
      
      * fix: unittest
      69048ff0
    • louzana's avatar
      add hswish and hsigmoid (#358) · fef7b2fe
      louzana authored
      * add hswish and hsigmoid
      
      * fix linting
      
      * fix linting
      
      * delete useless staticmethod in cnn/bricks/hsigmoid.py
      
      * forward(x) ==> forward(seld, x)
      
      * add unittests for hsigmoid and hswish
      
      * use torch.equal instead of numpy.equal
      fef7b2fe
  23. 18 Jun, 2020 3 commits