提交 ca58e302 编写于 作者: B BBuf

commnet xception_deeplab

上级 a342f23f
......@@ -21,4 +21,5 @@
| 53 | Conv | 54 | QuantizeLinear | 56 | ReduceMin | 57 | BatchNormalization|
| 58 | ReduceSum| 59 | ReduceProd | 60 | ArgMax | 61 | ArgMin |
|62 | Reshape | 63 | Squeeze | 64 | Transpose| 65 | Concat |
| 66 | Cast | 67 | Identity | 68 | Mul |
| 66 | Cast | 67 | Identity | 68 | Mul | 69 | PReLU |
| 70 | LeakyReLU|
......@@ -444,5 +444,5 @@ def Xception71_deeplab(**args):
def test_Xception41_deeplab():
load_paddle_module_and_check(
Xception41_deeplab, input_size=(1, 3, 224, 224), train_flag=False, flow_weight_dir="/tmp/oneflow", oneflow_code_gen_flag=True
Xception41_deeplab, input_size=(1, 3, 224, 224), train_flag=False, flow_weight_dir="/tmp/oneflow", oneflow_code_gen_flag=False
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册