- 14 May, 2020 3 commits
-
-
Jerry Jiarui XU authored
* add yapf for pretty text * add yapf style
-
wang shiguang authored
* wrapper extension * fix Co-authored-by:wangshiguang <wangshiguang@sensetime.com>
-
Kai Chen authored
* Create a github action workflow * Fix the workflow config * Fix codecov * skip codecov for python 3.8 * fix the expression * remove the if expression
-
- 13 May, 2020 1 commit
-
-
Jintao Lin authored
* Support conv layers' own `init_weights` method * Add related unittest about ConvModule init_weight * make the comments more specific
-
- 12 May, 2020 1 commit
-
-
Wenwei Zhang authored
-
- 11 May, 2020 1 commit
-
-
Jerry Jiarui XU authored
* add dump() from for different file type * remove exception
-
- 08 May, 2020 1 commit
-
-
Kai Chen authored
* use parrots wrapper for norms * add unittests for is_norm() * add a test case
-
- 05 May, 2020 4 commits
- 04 May, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 03 May, 2020 3 commits
-
-
Wenwei Zhang authored
* Fall back to CosineLr * Fix consineanealing with unittest * Cover momentum hook * Add comments to explain
-
Xintao authored
* update * add functions * update tests * resolve comments * resolve comments * resolve comments * update docstr
-
wang shiguang authored
* add parrots wapper * Update parrots_wrapper.py * Update parrots_wrapper.py * fix commits * fix * fix lint and adapt torch.__version__ * mirror fix Co-authored-by:wangshiguang <wangshiguang@sensetime.com>
-
- 02 May, 2020 1 commit
-
-
Kai Chen authored
-
- 01 May, 2020 2 commits
-
-
Jerry Jiarui XU authored
-
Jerry Jiarui XU authored
* fixed config import in code * fixed isort
-
- 30 Apr, 2020 1 commit
-
-
Kai Chen authored
* add building bricks of cnn * add unit tests * use registry for building bricks * minor updates * add scale layer * add test for scale * add doc string Co-authored-by:Jiarui XU <xvjiarui0826@gmail.com>
-
- 29 Apr, 2020 4 commits
-
-
Maxim Bonnaerens authored
* Fix Deadlock fix Resolves #255 * Revert deadlock fix and fix of deadlock fix This reverts commit af85591fc7f226623bc9ebef93b76653bfac3438.
-
Rui Xu authored
* add exp name in text log * fix bugs * test * fix yapf bug * fix meta == None * fix f-string bug in py3.5 * fix comments from yuhang: do not print exp name every log * use default implementation to print log * use f-string * remove \t and update docstring * update docstring Co-authored-by:xurui <xurui4@sensetime.com>
-
Maxim Bonnaerens authored
-
Jerry Jiarui XU authored
-
- 27 Apr, 2020 4 commits
-
-
Kai Chen authored
* support specifying names for registry.register_module() * minor fix * add more unittests
-
Harry authored
-
Rui Xu authored
* flush buffer when saving model * fix bugs Co-authored-by:xurui <xurui4@sensetime.com>
-
Wenwei Zhang authored
* track progress of iter&enum * restore * Add CyclicLrUpdater in Hooks
-
- 26 Apr, 2020 1 commit
-
-
Kai Chen authored
* refactor unittests * split test_video.py to two files
-
- 25 Apr, 2020 3 commits
-
-
Cao Yuhang authored
* use f-string * delete python3.5 sup * minor fix * fix supported python version * fix format * fix yapf * remove redundant space * fix typo
-
Jerry Jiarui XU authored
* fixed merge_from_dict, add DictAction * add config docs * fixed format type * change to easy example * update docs * update docs
-
Maxim Bonnaerens authored
* Support optimizers with no momentum * put else-if outside return
-
- 23 Apr, 2020 1 commit
-
-
Kai Chen authored
* add file client * install missing requirements * use .format() instead of f-string
-
- 22 Apr, 2020 4 commits
- 21 Apr, 2020 1 commit
-
-
Cao Yuhang authored
-
- 19 Apr, 2020 1 commit
-
-
Wenwei Zhang authored
* track progress of iter&enum * restore * add momentum scheduler * fix small bug * cyclic scheduler" * fix bug * fix second phase's bug * reformat * feature (cosine lr): use relative ratio for more flexible scheduler * Fix (runner): fix bugs in runner * Refactor (hook): refactor cosing/cyclic LR/momentum hook with unittest * Clean unnecessary files and reformat * Fix memory key error when GPU is not avaliable * Resolve comments * Do not print momentum in text log * Change hook register order * Refactor max_iter * Fix max_iter bugs in runner * Enforce target_ratio to be either tuple or float
-
- 17 Apr, 2020 2 commits
-
-
Bin Zhang authored
* add max_keep_ckpts parameters to save memory when saving models * format * format * format * fixed linting error Co-authored-by:z-bingo <z-bingo@outlook.com>
-
Rui Xu authored
Co-authored-by:xurui <xurui4@sensetime.com>
-