Skip to content

Commit 61676cb

Browse files
authored
Merge pull request #1225 from mshabunin:fix-mosaic-model
Fixed URL for mosaic-9.onnx model
2 parents a99152c + 410694f commit 61676cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testdata/dnn/download_models.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,7 @@ def is_archive(self):
312312
filename='DenseNet_121.prototxt'),
313313
Model(
314314
name='Fast-Neural-Style',
315-
url=[
316-
'https://media.githubusercontent.com/media/onnx/models/main/vision/style_transfer/fast_neural_style/model/mosaic-9.onnx',
317-
],
315+
url='https://github.com/onnx/models/raw/refs/heads/main/validated/vision/style_transfer/fast_neural_style/model/mosaic-9.onnx',
318316
sha='dc3ef19f7f8a5d906c97c84cd4dd2732bb73960a',
319317
filename='mosaic-9.onnx'),
320318
Model(

0 commit comments

Comments
 (0)