提交 6f7fda45 编写于 作者: C Channingss

merge x2paddle/op_mapper/onnx2paddle/opset9/opset.py

上级 473ce7ba
......@@ -339,10 +339,6 @@ class OpSet9():
inputs['out_shape'] = var_hw
elif node.layer_type == 'Upsample':
val_scales = self.graph.get_input_node(node, idx=1, copy=True)
value = _const_weight_or_none(val_scales)
if value is not None and value[-1] == value[-2]:
inputs['scale'] = value.tolist()[-1]
else:
inputs['scale'] = val_scales
attr = {'name': string(node.layer_name)}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册