- 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>
-
- 14 Apr, 2020 1 commit
-
-
David de la Iglesia Castro authored
* Add MLflowLoggerHook * Add MLflowLoggerHook to __all__ * Update name * Fix tracking.MlflowClient setup * Fix log_metric * Fix mlflow_pytorch import * Handle active_run * Fix self.mlflow reference * Simplify using high level API * Fix set_experiment * Add only_if_torch_available decorator and test_mlflow_hook * Add missing import in hooks * Fix torch available check * Patch mlflow.pytorch in test * Parametrize log_model * Fix log_model parametrize * Add docstring * Move wand patch * Fix flake8 * Add regression test for non numeric metric * Only log numbers * Rename experiment_name-> exp_name * Remove pytest skip
-
- 07 Apr, 2020 2 commits
- 06 Apr, 2020 1 commit
-
-
Joanna authored
* add contains to registry Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add contains to registry * 'fix' * 'minor' * move Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> Co-authored-by:
lixuanyi <lixuanyi@sensetime.com>
-
- 03 Apr, 2020 1 commit
-
-
Jerry Jiarui XU authored
* add pretty_text * add test cases * add argument indent * change pretty_text to property * fixed format end
-
- 02 Apr, 2020 1 commit
-
-
lizz authored
Signed-off-by:lizz <lizz@sensetime.com>
-
- 28 Mar, 2020 1 commit
-
-
Kai Chen authored
* fix a potential bug of removing temp dir * bump version to v0.4.2
-
- 19 Mar, 2020 1 commit
-
-
Xintao authored
* recursive scanndir * support python3.5 * update and add tests * resolve comments * remove is_str
-
- 17 Mar, 2020 1 commit
-
-
Jerry Jiarui XU authored
* add bia_init_with_prob * add test_weight_init
-
- 16 Mar, 2020 1 commit
-
-
Kai Chen authored
* remove supports for python 2.7 * fix the unit test for python 3.5 * add python 3.8 in CI * try ubuntu 18.04 as the environment
-
- 15 Mar, 2020 2 commits
-
-
Haodong Duan authored
* add iminvert * DC now supports dimension other than 3 * add lmdb * revise for lmdb * add warmup_byepoch option * remove not needed files * add attribute active_loader for runner, revise code * remove not used attrs * remove not used attrs * add docstring, else * to pass CI * to pass CI Co-authored-by:zhaoyue-zephyrus <thuzhaoyue@gmail.com>
-
Jerry Jiarui XU authored
* add base for config * fixed format * rm terminal width * support multiple & recursive base * add test case * fix format * add test construct * minor fix * add more test, rewrite merge from opt * avoid depulicate keys * delete imported config as module * rename merge_from_dict
-
- 14 Mar, 2020 1 commit
-
-
Rui Xu authored
* support pathlib in imageio * support pathlib in imageio * add Path type for the annotation. Co-authored-by:xurui4 <xurui4@sensetime.com>
-
- 12 Mar, 2020 1 commit
-
-
lizz authored
Signed-off-by:lizz <lizz@sensetime.com>
-
- 11 Mar, 2020 1 commit
-
-
NightBaronStar authored
* Update tensorboard.py * Update tensorboard.py
-
- 02 Mar, 2020 1 commit
-
-
Jiangmiao Pang authored
* add is_scalar in PaviLoggerHook and add unittest * add docstrings
-
- 01 Mar, 2020 2 commits
- 29 Feb, 2020 1 commit
-
-
Jiangmiao Pang authored
* fix wandb hook * add pavi logger hook * modify default value of init_kwargs to None * add more features to PaviLoggerHook * rm taskid (will cause bug) * directly upload saved pth * fix CI * register PAVI Hooks
-