"git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "063c5489b349fe2d7f786c8196acc2bae5b24ce6"
add hswish and hsigmoid (#358)
* add hswish and hsigmoid * fix linting * fix linting * delete useless staticmethod in cnn/bricks/hsigmoid.py * forward(x) ==> forward(seld, x) * add unittests for hsigmoid and hswish * use torch.equal instead of numpy.equal
Showing
mmcv/cnn/bricks/hsigmoid.py
0 → 100644
mmcv/cnn/bricks/hswish.py
0 → 100644
Please register or sign in to comment