mmcv/tests
Gu Wang 025ee9f5e6
[Feature] Add flat cosine lr updater (#1066)
* add flat cosine lr updater

* add test

* add doc

* update doc

* reformat

* update unittest

* update test flat cos

* remove momentum hook test

* update test

* change assert to ValueError

* fix unittest

* add by_epoch=True unittest

* change to start_percent

* change to start_percent in test
2021-07-20 17:16:50 +08:00
..
data [Fix]: fix missing check of directory in scandir (#1110) 2021-06-29 21:31:00 +08:00
test_cnn empty tensor inference backward compatible (#1131) 2021-06-24 17:04:03 +08:00
test_image [Fix] Fix potential interger overflow in `imequalize`. (#1198) 2021-07-14 21:03:06 +08:00
test_ops [Feature] Add ONNX export support to torch.roll (#1194) 2021-07-20 16:54:04 +08:00
test_runner [Feature] Add flat cosine lr updater (#1066) 2021-07-20 17:16:50 +08:00
test_utils [Feature] Add `is_tracing` to wrap `torch.jit.is_tracing` in different versions. (#1187) 2021-07-13 14:42:50 +08:00
test_video
test_arraymisc.py
test_fileclient.py
test_fileio.py
test_load_model_zoo.py [Fix] Fix unittest in pt1.9 (#1146) 2021-07-03 20:47:22 +08:00
test_parallel.py [Fix] Fix unittest in pt1.9 (#1146) 2021-07-03 20:47:22 +08:00
test_visualization.py