Skip to content

Commit 7a0d5a6

Browse files
Xiaodong Wangwangxd-xlnx
authored andcommitted
Fix model yaml (#1152)
* Update README.md * fix model.yaml Co-authored-by: wangxd <[email protected]>
1 parent a350fc1 commit 7a0d5a6

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

model_zoo/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ We welcome community contributions. When contributing to this repository, first
1919
- [Vitis AI Forums](https://support.xilinx.com/s/topic/0TO2E000000YKY9WAO/vitis-ai-ai?language=en_US)
2020
- <a href="mailto:[email protected]">Email</a>
2121

22-
You can also submit a pull request with details on how to improve the product. Prior to submitting your pull request, ensure that you can build the product and run all the demos with your patch. In case of a larger feature, provide a relevant demo.
22+
You can also submit a pull request with details on how to improve the product.
23+
24+
Prior to submitting your pull request, ensure that you can build the product and run all the demos with your patch. In case of a larger feature, provide a relevant demo.

model_zoo/model-list/pt_3D-UNET_3.5/model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ framework: PyTorch
2222
prune: 'no'
2323
version: 3.5
2424
files:
25-
- name: pt_3D-UNET_3.5
25+
- name: pt_3D-UNET_3.5
2626
type: float & quantized
2727
board: GPU
2828
download link: https://www.xilinx.com/bin/public/openDownload?filename=pt_3D-UNET_3.5.zip

model_zoo/model-list/pt_bert-large_3.5/model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ framework: pytorch
2121
prune: 'no'
2222
version: 3.5
2323
files:
24-
- name: pt_bert-large_3.5
24+
- name: pt_bert-large_3.5
2525
type: float & quantized
2626
board: GPU
2727
download link: https://www.xilinx.com/bin/public/openDownload?filename=pt_bert-large_3.5.zip

model_zoo/model-list/tf2_inceptionv3_3.5/model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ framework: tensorflow 2.x
101101
prune: 'no'
102102
version: 3.5
103103
files:
104-
- name: tf2_inceptionv3_3.5
104+
- name: tf2_inceptionv3_3.5
105105
type: float & quantized
106106
board: GPU
107107
download link: https://www.xilinx.com/bin/public/openDownload?filename=tf2_inceptionv3_3.5.zip

model_zoo/model-list/tf_RefineDet-Medical_0.75_3.5/model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ framework: tensorflow
2222
prune: '0.75'
2323
version: 3.5
2424
files:
25-
- name: tf_RefineDet-Medical_0.75_3.5
25+
- name: tf_RefineDet-Medical_0.75_3.5
2626
type: float & quantized
2727
board: GPU
2828
download link: https://www.xilinx.com/bin/public/openDownload?filename=tf_RefineDet-Medical_0.75_3.5.zip

model_zoo/model-list/tf_vgg16_0.43_3.5/model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ framework: tensorflow
101101
prune: '0.43'
102102
version: 3.5
103103
files:
104-
- name: tf_vgg16_0.43_3.5
104+
- name: tf_vgg16_0.43_3.5
105105
type: float & quantized
106106
board: GPU
107107
download link: https://www.xilinx.com/bin/public/openDownload?filename=tf_vgg16_0.43_3.5.zip

0 commit comments

Comments
 (0)