Skip to content

Commit

Permalink
2.5.1 merge (#94)
Browse files Browse the repository at this point in the history
* update B800 xmodel .links

* sort images of yolo notebook
guarantees that the same image gets run as rendered on github

* update test model md5sum

* bump version to 2.5.1

* update yolo notebook render

* version number in quotes

* update version check test
  • Loading branch information
skalade authored Nov 8, 2022
1 parent 19c316b commit 05c97c6
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pynq_dpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .dpu import DpuOverlay

__version__ = '2.5.0'
__version__ = '2.5.1'
2 changes: 1 addition & 1 deletion pynq_dpu/notebooks/dpu_mnist_classifier.xmodel.link
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"ZUBoard_1CG": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf2_mnist_classifier.DPUCZDX8G_ISA1_B800.2.5.0.xmodel",
"md5sum": "657fc7316399a17411ad817d1879429d"
"md5sum": "91047178cc00444c13e977f8310696e9"
},
"gzu_5ev": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf2_mnist_classifier.DPUCZDX8G_ISA1_B4096.2.5.0.xmodel",
Expand Down
2 changes: 1 addition & 1 deletion pynq_dpu/notebooks/dpu_resnet50.xmodel.link
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"ZUBoard_1CG": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf2_resnet50.DPUCZDX8G_ISA1_B800.2.5.0.xmodel",
"md5sum": "3b41a51e548ec36bd9dcc043acfe990a"
"md5sum": "58b2002aed6cc53eaa2a81f71345a25e"
},
"gzu_5ev": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf2_resnet50.DPUCZDX8G_ISA1_B4096.2.5.0.xmodel",
Expand Down
2 changes: 1 addition & 1 deletion pynq_dpu/notebooks/dpu_tf_inceptionv1.xmodel.link
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"ZUBoard_1CG": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf_inceptionv1.DPUCZDX8G_ISA1_B800.2.5.0.xmodel",
"md5sum": "e7ac21a2c32e78f84546c8e1493acaf8"
"md5sum": "28ff7861a4c757449f58f7c4eb7c176e"
},
"gzu_5ev": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf_inceptionv1.DPUCZDX8G_ISA1_B4096.2.5.0.xmodel",
Expand Down
16 changes: 8 additions & 8 deletions pynq_dpu/notebooks/dpu_yolov3.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pynq_dpu/notebooks/tf_yolov3_voc.xmodel.link
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"ZUBoard_1CG": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf_yolov3_voc.DPUCZDX8G_ISA1_B800.2.5.0.xmodel",
"md5sum": "15ca254fae74b401c03338e7c32af689"
"md5sum": "c127cba53f9b59e3cc5f6c915dec9805"
},
"gzu_5ev": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf_yolov3_voc.DPUCZDX8G_ISA1_B4096.2.5.0.xmodel",
Expand Down
2 changes: 1 addition & 1 deletion pynq_dpu/tests/models/dpu_resnet50.xmodel.link
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"ZUBoard_1CG": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf2_resnet50.DPUCZDX8G_ISA1_B800.2.5.0.xmodel",
"md5sum": "3b41a51e548ec36bd9dcc043acfe990a"
"md5sum": "58b2002aed6cc53eaa2a81f71345a25e"
},
"gzu_5ev": {
"url": "https://www.xilinx.com/bin/public/openDownload?filename=pynqdpu.tf2_resnet50.DPUCZDX8G_ISA1_B4096.2.5.0.xmodel",
Expand Down
2 changes: 1 addition & 1 deletion pynq_dpu/tests/test_vart.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_vart_version():
assert output.returncode == 0

def test_pynq_dpu_version():
assert pynq_dpu.__version__ == '2.5.0'
assert pynq_dpu.__version__ == '2.5.1'

def test_dpu_overlay():
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):

setup(
name=module_name,
version=2.5,
version="2.5.1",
description="PYNQ DPU Overlay using Vitis AI",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 05c97c6

Please sign in to comment.