mmcv/tests/test_cnn
Rui Xu cd96a84add
[Feature] Add clamp activation layer. (#685)
* add clamp without unittest

* add clamp-act with unit test

* fix name bug

* use logical and

* fix logical_and

* fix linting

* rename ClampLayer to Clamp

* rename ClampLayer to Clamp

Co-authored-by: nbei <631557085@qq.com>
2020-12-09 10:28:32 +08:00
..
test_build_layers.py [Feature] Add clamp activation layer. (#685) 2020-12-09 10:28:32 +08:00
test_context_block.py Refactor plugins: move from ops to cnn (#380) 2020-07-03 01:37:58 +08:00
test_conv2d_adaptive_padding.py Implementation of 2D convolution in tensorflow with `padding` as "same" (#529) 2020-09-09 23:57:48 +08:00
test_conv_module.py fix bug of building ConvModule with HSigmoid using inplace=True and a… (#369) 2020-06-28 23:27:14 +08:00
test_depthwise_seperable_conv_module.py Add Depthwise Seperable ConvModule (#477) 2020-08-09 17:29:02 +08:00
test_flops_counter.py Add utils to calculate model complexity and adjust folder structure for mmcv/cnn/utils . (#366) 2020-06-26 21:38:29 +08:00
test_fuse_conv_bn.py Move fuse conv bn to mmcv (#382) 2020-07-08 19:03:15 +08:00
test_generalized_attention.py Refactor plugins: move from ops to cnn (#380) 2020-07-03 01:37:58 +08:00
test_hsigmoid.py [Enhance]enhance hsigmoid (#657) 2020-11-19 21:26:26 +08:00
test_hswish.py add ext ops, support parrots (#310) 2020-06-28 23:15:47 +08:00
test_non_local.py Add pairwise function for 'gaussian' and 'concatenation' mode in NonLocal. (#424) 2020-07-17 23:44:50 +08:00
test_scale.py
test_swish.py add Swish activation (#522) 2020-08-27 00:39:17 +08:00
test_weight_init.py move test_weight_init to tests/test_cnn (#270) 2020-05-05 21:03:12 +08:00
test_wrappers.py add conv3d 2020-11-18 21:24:20 +08:00