Skip to content

Commit

Permalink
Fix model yaml (#1152)
Browse files Browse the repository at this point in the history
* Update README.md

* fix model.yaml

Co-authored-by: wangxd <[email protected]>
  • Loading branch information
2 people authored and GitHub Enterprise committed Jun 29, 2023
1 parent a350fc1 commit 7a0d5a6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion model_zoo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ We welcome community contributions. When contributing to this repository, first
- [Vitis AI Forums](https://support.xilinx.com/s/topic/0TO2E000000YKY9WAO/vitis-ai-ai?language=en_US)
- <a href="mailto:[email protected]">Email</a>

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.
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.
2 changes: 1 addition & 1 deletion model_zoo/model-list/pt_3D-UNET_3.5/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ framework: PyTorch
prune: 'no'
version: 3.5
files:
- name: pt_3D-UNET_3.5
- name: pt_3D-UNET_3.5
type: float & quantized
board: GPU
download link: https://www.xilinx.com/bin/public/openDownload?filename=pt_3D-UNET_3.5.zip
Expand Down
2 changes: 1 addition & 1 deletion model_zoo/model-list/pt_bert-large_3.5/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ framework: pytorch
prune: 'no'
version: 3.5
files:
- name: pt_bert-large_3.5
- name: pt_bert-large_3.5
type: float & quantized
board: GPU
download link: https://www.xilinx.com/bin/public/openDownload?filename=pt_bert-large_3.5.zip
Expand Down
2 changes: 1 addition & 1 deletion model_zoo/model-list/tf2_inceptionv3_3.5/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ framework: tensorflow 2.x
prune: 'no'
version: 3.5
files:
- name: tf2_inceptionv3_3.5
- name: tf2_inceptionv3_3.5
type: float & quantized
board: GPU
download link: https://www.xilinx.com/bin/public/openDownload?filename=tf2_inceptionv3_3.5.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ framework: tensorflow
prune: '0.75'
version: 3.5
files:
- name: tf_RefineDet-Medical_0.75_3.5
- name: tf_RefineDet-Medical_0.75_3.5
type: float & quantized
board: GPU
download link: https://www.xilinx.com/bin/public/openDownload?filename=tf_RefineDet-Medical_0.75_3.5.zip
Expand Down
2 changes: 1 addition & 1 deletion model_zoo/model-list/tf_vgg16_0.43_3.5/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ framework: tensorflow
prune: '0.43'
version: 3.5
files:
- name: tf_vgg16_0.43_3.5
- name: tf_vgg16_0.43_3.5
type: float & quantized
board: GPU
download link: https://www.xilinx.com/bin/public/openDownload?filename=tf_vgg16_0.43_3.5.zip
Expand Down

0 comments on commit 7a0d5a6

Please sign in to comment.