mmcv/tests
Jintao Lin 9bc0b96d02
Add utils to calculate model complexity and adjust folder structure for mmcv/cnn/utils . (#366)
* Add utils to calculate model complexity info

* remove _InstanceNorm in unittest

* add docstring and increase unittest coverage

* fix deconv_flops_counter_hook to accept different data shape

* test when model is not a common instance

* put flops_counter.py and weight_init.py into mmcv/cnn/utils folder

* fix import name

* reformat some docstrings

* update the scripts with latest one and remove redundant codes

* directly represent a model without string and eval()

* reformat code
2020-06-26 21:38:29 +08:00
..
data added pillow backend in loading (#333) 2020-06-17 10:25:48 +08:00
test_cnn Add utils to calculate model complexity and adjust folder structure for mmcv/cnn/utils . (#366) 2020-06-26 21:38:29 +08:00
test_image add backend arg (#350) 2020-06-17 19:42:31 +08:00
test_runner Specifying distributed training port in os.environ when training with slurm (#362) 2020-06-20 00:49:44 +08:00
test_video Remove more unused things (#338) 2020-06-13 20:19:30 +08:00
test_arraymisc.py
test_config.py Add syntax check in .py config (#330) 2020-06-10 23:07:59 +08:00
test_fileclient.py Harmless changes (#340) 2020-06-15 11:29:01 +08:00
test_fileio.py
test_load_model_zoo.py BC of model zoo: add deprecate urls (#301) 2020-05-27 22:09:06 +08:00
test_logging.py
test_misc.py Remove supports for python 2.7 and bump version to 0.4.0 (#211) 2020-03-16 15:15:35 +08:00
test_optimizer.py Fix potential bug in DefaultOptimizerConstructor (#355) 2020-06-18 22:07:16 +08:00
test_parallel.py Add module wrapper registry (#352) 2020-06-17 20:12:54 +08:00
test_path.py support recursive scanndir (#215) 2020-03-19 22:50:37 +08:00
test_progressbar.py Harmless changes (#340) 2020-06-15 11:29:01 +08:00
test_registry.py replace DeprecationWarning with UserWarning (#353) 2020-06-17 20:52:48 +08:00
test_timer.py
test_visualization.py