We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a99152c + 410694f commit 61676cbCopy full SHA for 61676cb
testdata/dnn/download_models.py
@@ -312,9 +312,7 @@ def is_archive(self):
312
filename='DenseNet_121.prototxt'),
313
Model(
314
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
- ],
+ url='https://github.com/onnx/models/raw/refs/heads/main/validated/vision/style_transfer/fast_neural_style/model/mosaic-9.onnx',
318
sha='dc3ef19f7f8a5d906c97c84cd4dd2732bb73960a',
319
filename='mosaic-9.onnx'),
320
0 commit comments