Commit e51408bf authored by shangxl's avatar shangxl
Browse files

修改Configuration.xml中UseInt8的默认值

parent 74935734
......@@ -4,7 +4,7 @@
<!--DeepLabV3-->
<DeepLabV3>
<ModelPath>"../Resource/Models/deeplabv3_resnet101.onnx"</ModelPath>
<UseInt8>1</UseInt8> <!--是否使用int8,不支持-->
<UseInt8>0</UseInt8> <!--是否使用int8-->
<UseFP16>0</UseFP16> <!--是否使用FP16-->
<UseOffloadCopy>0</UseOffloadCopy><!--是否使用offloadcopy-->
</DeepLabV3>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment