- 01 Jun, 2020 1 commit
-
-
Harry authored
* fix: tanh has not inplace * feat: add ConvModule with Tanh
-
- 31 May, 2020 1 commit
-
-
Kai Chen authored
* allow registering new backends with decorators * add a docstring * minor update to the docstring
-
- 30 May, 2020 1 commit
-
-
Wenwei Zhang authored
* Support path as a key in dict of config * reformat test case * update pre-commit version and fix format * fix bug * clean code * reformat * fix missing parts
-
- 27 May, 2020 2 commits
-
-
Jerry Jiarui XU authored
* add deprecate urls * add deprecate urls * warning test * rename to deprecated.json
-
Jerry Jiarui XU authored
* support default/external json for open-mmlab models * add local * add more test * add docs * add docs * update docs * refactor * add json in MANIFEST * fixed json typo
-
- 22 May, 2020 3 commits
-
-
Jerry Jiarui XU authored
* add PetrelBackend * update docs * add path_maps for Ceph * rename to path_mapping * fixed import
-
Jerry Jiarui XU authored
* add PetrelBackend * update docs * add path_maps for Ceph * rename to path_mapping
-
- 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 1 commit
-
-
Kai Chen authored
-
- 03 May, 2020 2 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
-
- 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 1 commit
-
-
Jerry Jiarui XU authored
-
- 27 Apr, 2020 1 commit
-
-
Kai Chen authored
* support specifying names for registry.register_module() * minor fix * add more unittests
-
- 26 Apr, 2020 1 commit
-
-
Kai Chen authored
* refactor unittests * split test_video.py to two files
-
- 25 Apr, 2020 2 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
-
- 23 Apr, 2020 1 commit
-
-
Kai Chen authored
* add file client * install missing requirements * use .format() instead of f-string
-
- 22 Apr, 2020 2 commits
- 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
-
- 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
-
- 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
-
- 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 1 commit
-
-
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>
-
- 02 Mar, 2020 1 commit
-
-
Jiangmiao Pang authored
* add is_scalar in PaviLoggerHook and add unittest * add docstrings
-
- 01 Mar, 2020 1 commit
-
-
Kai Chen authored
* update pre-commit hook config * update the contributing guide
-
- 24 Feb, 2020 1 commit
-
-
Kai Chen authored
* add logging utils * install torch (cpu only) for CI * fix unittests for runner * remove python 2.7 from testing list * add a corner case
-