Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
deeplabv3_migraphx
Commits
e51408bf
Commit
e51408bf
authored
Sep 10, 2025
by
shangxl
Browse files
修改Configuration.xml中UseInt8的默认值
parent
74935734
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Resource/Configuration.xml
Resource/Configuration.xml
+1
-1
No files found.
Resource/Configuration.xml
View file @
e51408bf
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<!--DeepLabV3-->
<!--DeepLabV3-->
<DeepLabV3>
<DeepLabV3>
<ModelPath>
"../Resource/Models/deeplabv3_resnet101.onnx"
</ModelPath>
<ModelPath>
"../Resource/Models/deeplabv3_resnet101.onnx"
</ModelPath>
<UseInt8>
1
</UseInt8>
<!--是否使用int8
,不支持
-->
<UseInt8>
0
</UseInt8>
<!--是否使用int8-->
<UseFP16>
0
</UseFP16>
<!--是否使用FP16-->
<UseFP16>
0
</UseFP16>
<!--是否使用FP16-->
<UseOffloadCopy>
0
</UseOffloadCopy>
<!--是否使用offloadcopy-->
<UseOffloadCopy>
0
</UseOffloadCopy>
<!--是否使用offloadcopy-->
</DeepLabV3>
</DeepLabV3>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment