Skip to content

Commit 270454b

Browse files
authored
Merge pull request #1332 from abhishek-gola:int8_block_layout
Added Resnet50-qdq.onnx model
2 parents c124d45 + 2036b55 commit 270454b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

testdata/dnn/download_models.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,11 @@ def is_archive(self):
638638
sha='40deb324ddba7db4117568e1e3911e7a771fb260',
639639
filename='onnx/data/output_resnet50v1.pb'),
640640
]),
641+
Model(
642+
name='ResNet-50v1-QDQ (ONNX)',
643+
url='https://github.com/onnx/models/raw/main/validated/vision/classification/resnet/model/resnet50-v1-12-qdq.onnx',
644+
sha='3b0274b37ca450b9cf3efc3029d574409a7ad650',
645+
filename='onnx/models/resnet50-v1-12-qdq.onnx'),
641646
Model(
642647
name='ResNet50-Int8 (ONNX)',
643648
url='https://github.com/onnx/models/raw/771185265efbdc049fb223bd68ab1aeb1aecde76/vision/classification/resnet/model/resnet50-v1-12-int8.tar.gz',

0 commit comments

Comments
 (0)