From 200d6882e1d22f5e4d373b52dfefcdcdd59d8d12 Mon Sep 17 00:00:00 2001 From: driftcloudy Date: Tue, 28 Jul 2020 11:45:33 +0800 Subject: [PATCH] =?UTF-8?q?caffe2paddle,=20support=20relu6/upsample?= =?UTF-8?q?=EF=BC=8Ccompatible=20with=20LeakyReLU=EF=BC=8Crepair=20axpy=20?= =?UTF-8?q?and=20dropout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- caffe_custom_layer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe_custom_layer.md b/caffe_custom_layer.md index 8c58a2c..a7bddf2 100644 --- a/caffe_custom_layer.md +++ b/caffe_custom_layer.md @@ -11,4 +11,4 @@ | ROIPooling | [code](https://github.com/rbgirshick/caffe-fast-rcnn/blob/0dcd397b29507b8314e252e850518c5695efbb83/src/caffe/layers/roi_pooling_layer.cpp) | | Axpy | [code](https://github.com/hujie-frank/SENet/blob/master/src/caffe/layers/axpy_layer.cpp) | | ReLU6 | [code](https://github.com/chuanqi305/ssd/blob/ssd/src/caffe/layers/relu6_layer.cpp) | -| Upsample | [code](https://github.com/eric612/MobileNet-YOLO/blob/master/src/caffe/layers/upsample_layer.cpp) | \ No newline at end of file +| Upsample | [code](https://github.com/eric612/MobileNet-YOLO/blob/master/src/caffe/layers/upsample_layer.cpp) | -- GitLab