Skip to content

Commit 410694f

Browse files
committed
Fixed URL for mosaic-9.onnx model
1 parent 0e3b933 commit 410694f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: 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)