From d043dcede83b2d90d37b5fb2785d8dee87cef7b6 Mon Sep 17 00:00:00 2001 From: driftcloudy Date: Tue, 28 Jul 2020 11:38:00 +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 --- x2paddle/op_mapper/caffe_custom_layer/upsample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2paddle/op_mapper/caffe_custom_layer/upsample.py b/x2paddle/op_mapper/caffe_custom_layer/upsample.py index 44ce7f5..47856c5 100644 --- a/x2paddle/op_mapper/caffe_custom_layer/upsample.py +++ b/x2paddle/op_mapper/caffe_custom_layer/upsample.py @@ -63,4 +63,4 @@ register( kind='Upsample', shape=upsample_shape, layer=upsample_layer, - weights=upsample_weights) + weights=upsample_weights) \ No newline at end of file -- GitLab