- 11 Jul, 2024 1 commit
-
-
limm authored
-
- 23 Aug, 2022 1 commit
-
-
Zaida Zhou authored
* Remove runner, parallel, engine and device * fix format * remove outdated docs * migrate many functions to mmengine * remove sync_bn.py
-
- 16 Aug, 2022 1 commit
-
-
Zaida Zhou authored
-
- 18 May, 2022 1 commit
-
-
Zaida Zhou authored
* add pyupgrade * add options for pyupgrade * minor refinement
-
- 10 May, 2022 1 commit
-
-
jmercat authored
* config dump fix dump should not depend on how config was loaded only where it is dumped changed checks for type to the given filename instead of the source filename * defined test_fromdict and fixed dump function it might be more convoluted than it needs to be but the formatting depends on the extension of the argument or the extension of the self.filename * config dump defaults to returning pretty_text, test_fromdict renamed to test_dump_from_dict * some reformatting in docstrings * refine unittest * fix unit test as comment * Refine docstring * minor refinement * import mmcv * fix lint Co-authored-by:
HAOCHENYE <21724054@zju.edu.cn> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 27 Apr, 2022 1 commit
-
-
Jiazhen Wang authored
* ensure type of filename is str * check filename for func: fromfile * add ut for fromfile
-
- 18 Apr, 2022 1 commit
-
-
Vince Jankovics authored
* None parsing fixed for config * Formatting * Lower case none fix
-
- 15 Mar, 2022 1 commit
-
-
Alex Yang authored
* Add .owners.yml to mark daily issue shift * Update .owners.yml fix end of file * Add __copy__() to Config * fix format in config.py * fix format in test_copy * fix format in config.py * Update config.py * Update tests/test_utils/test_config.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 16 Feb, 2022 1 commit
-
-
Ma Zerun authored
* Support deepcopy for Config * Iterate the `__dict__` of Config directly. * Use __new__ to avoid unnecessary initialization. * Improve according to comments
-
- 22 Dec, 2021 1 commit
-
-
Jiazhen Wang authored
* [Fix] fix some warnings in unittest * [Impl] standardize some warnings * [Fix] fix warning type in test_deprecation * [Fix] fix warning type * [Fix] continue fixing * [Fix] fix some details * [Fix] fix docstring * [Fix] del useless statement * [Fix] keep compatibility for torch < 1.5.0
-
- 14 Dec, 2021 1 commit
-
-
Jiazhen Wang authored
* [Fix] fix config type inconsistency * [Fix] Fix unit test
-
- 24 Aug, 2021 1 commit
-
-
Wenwei Zhang authored
* add windows CI * clean versions * only allow pt1.7 on windows * fix windows install issue * add win cpu * fix win command * clean unnecessary command * resolve turbojpeg & tempfile on win * replace os.readlink with os.path.realpath * fix windows ci * close file before removing it * fix windows ci * fix symlink on windows * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * fix windows ci * modify according to comment Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 23 Aug, 2021 1 commit
-
-
Yining Li authored
* Support deprecation checking in Config * add unittest for config deprecation * support reference link in deprecation info * add doc * Update config.md
-
- 08 Aug, 2021 1 commit
-
-
Jerry Jiarui XU authored
* [Docs] Add header for files * change to OpenMMLab * add headers for .cpp, .cu, .h, .cuh * replace Open-MMLab with OpenMMLab
-
- 25 Jun, 2021 1 commit
-
-
lizz authored
* Support variables in base files for configs Signed-off-by:
lizz <lizz@sensetime.com> * Test json and yaml as well Signed-off-by:
lizz <lizz@sensetime.com> * Add test for recusive base Signed-off-by:
lizz <lizz@sensetime.com> * Test misleading values Signed-off-by:
lizz <lizz@sensetime.com> * Improve comments Signed-off-by:
lizz <lizz@sensetime.com> * Add doc Signed-off-by:
lizz <lizz@sensetime.com> * Improve doc Signed-off-by:
lizz <lizz@sensetime.com> * More tests Signed-off-by:
lizz <lizz@sensetime.com> * Harder test case Signed-off-by:
lizz <lizz@sensetime.com> * use BASE_KEY instead of base Signed-off-by:
lizz <lizz@sensetime.com>
-
- 25 Feb, 2021 1 commit
-
-
Haian Huang(深度眸) authored
* Fix the iter error when the number of GPUs is different during resume * Add fromstring and unit test * Remove is_pretty_text * Fix comment * Add log info * Add py format check * Remove SyntaxError check
-
- 20 Dec, 2020 1 commit
-
-
Wang Xinjiang authored
* Allow to replace nested tuple and list via options * Add comments * Fix single nested items * Simplify the code * Simplify the code * Simplify the code * Simplify the code * Update docstring * Update docstring * Support quotation mark * modify docstring
-
- 08 Dec, 2020 1 commit
-
-
Wang Xinjiang authored
* Allow list keys in Config merge from dict * Reformat * Set allow_list_keys default as True in merge_from_dict * Fix docstring * fix a small typo
-
- 15 Oct, 2020 1 commit
-
-
Jintao Lin authored
* import_modules_from_strings when loading cfg from file * add unittest to tell whether the feature is enabled as expected * minor * set an environment variable instead of writing a file * use 'shutil' instead of 'os.system'
-
- 25 Aug, 2020 1 commit
-
-
Kai Chen authored
* move unit tests to specific folders * fix path error * remove some assertions * fix ignore path
-
- 21 Aug, 2020 1 commit
-
-
Kevin authored
-
- 08 Jul, 2020 1 commit
-
-
Joanna authored
* update config with predefined variables * rm redun Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add test for config Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * support all types Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * newline at the end Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * update Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * extract code into a function and add docs Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix and add tests Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add unit tests and fix * fix * fix minor * fix test
-
- 10 Jun, 2020 1 commit
-
-
Jerry Jiarui XU authored
* Add syntax check in .py config * rename validate
-
- 04 Jun, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 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
-
- 11 May, 2020 1 commit
-
-
Jerry Jiarui XU authored
* add dump() from for different file type * remove exception
-
- 01 May, 2020 1 commit
-
-
Jerry Jiarui XU authored
* fixed config import in code * fixed isort
-
- 29 Apr, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 25 Apr, 2020 1 commit
-
-
Jerry Jiarui XU authored
* fixed merge_from_dict, add DictAction * add config docs * fixed format type * change to easy example * update docs * update docs
-
- 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
-
- 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
-
- 12 Mar, 2020 1 commit
-
-
lizz authored
Signed-off-by:lizz <lizz@sensetime.com>
-
- 10 Jan, 2020 1 commit
-
-
Kai Chen authored
* add copyright header * change # to // for cpp files
-
- 30 Jul, 2019 1 commit
-
-
Kai Chen authored
* add yapf and isort to travis * minor formatting * remove blank lines * skip unit tests for progressbar when python2 * update travis to ubuntu 16.04 * use a newer version ffmpeg * add -y to add-apt-repository
-
- 07 Oct, 2018 1 commit
-
-
Kai Chen authored
-
- 20 Sep, 2018 1 commit
-
-
Kai Chen authored
-
- 27 Aug, 2018 1 commit
-
-
Kai Chen authored
-