Skip to content

Commit 02e875e

Browse files
authored
Merge pull request #1083 from dkurt:dnn_download_hotfix
* Remove url tag in GoogleNet from ONNX
1 parent ff3b9ef commit 02e875e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testdata/dnn/download_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ def get_confirm_token(response): # in case of large files
442442
filename='onnx/models/alexnet.onnx'),
443443
Model(
444444
name='GoogleNet (ONNX)',
445-
archive='bvlc_googlenet.tar.gz',
446445
url='https://github.com/onnx/models/raw/69c5d3751dda5349fd3fc53f525395d180420c07/vision/classification/inception_and_googlenet/googlenet/model/googlenet-8.onnx',
447446
sha='534a16d7e2472f6a9a1925a5ee6c9abc2f5c02b0',
448447
filename='onnx/models/googlenet.onnx'),

0 commit comments

Comments
 (0)