两个输出有数量级上的差异,不知道是什么问题,我使用Mindstudio可视化了om模型,但是似乎并看不了具体的weights 和bias的数值。
麻烦专家帮我看一下~~~
atc转换Model 命令:atc --model=model.onnx --framework=5 --output=model --input_format=NCHW --log=error --soc_version=Ascend310
onnx model输出
[[[[ 0.38664675 -0.17070392 -0.51414263 ... -0.14130163 0.44553173
0.44017816]
[ 0.3274054 0.39891315 -0.01377837 ... 0.04564735 1.1826317
0.9008299 ]
[ 0.1031864 0.14971308 0.2820791 ... 0.01992631 1.6239105
1.434108 ] ]]]
om model输出:
[[[[ 989. 3662. 2278. ... 7256. 4148. 6772. ]
[ 1193. 5768. 4884. ... 7604. 5860. 10768. ]
[ 1425. 3840. 883.5 ... 6100. -2218. 10856. ] ]]]
两个输出有数量级上的差异,不知道是什么问题,我使用Mindstudio可视化了om模型,但是似乎并看不了具体的weights 和bias的数值。
麻烦专家帮我看一下~~~
atc转换Model 命令:atc --model=model.onnx --framework=5 --output=model --input_format=NCHW --log=error --soc_version=Ascend310
onnx model输出
[[[[ 0.38664675 -0.17070392 -0.51414263 ... -0.14130163 0.44553173
0.44017816]
[ 0.3274054 0.39891315 -0.01377837 ... 0.04564735 1.1826317
0.9008299 ]
[ 0.1031864 0.14971308 0.2820791 ... 0.01992631 1.6239105
1.434108 ] ]]]
om model输出:
[[[[ 989. 3662. 2278. ... 7256. 4148. 6772. ]
[ 1193. 5768. 4884. ... 7604. 5860. 10768. ]
[ 1425. 3840. 883.5 ... 6100. -2218. 10856. ] ]]]