Spaces:
Runtime error
Runtime error
changed to nin model
Browse files- neural_style.py +1 -1
neural_style.py
CHANGED
@@ -77,7 +77,7 @@ class TransferParams():
|
|
77 |
style_scale = 1.0
|
78 |
original_colors = 0
|
79 |
pooling = 'max'
|
80 |
-
model_file = 'models/
|
81 |
disable_check = False
|
82 |
backend = 'mkl'
|
83 |
cudnn_autotune = False
|
|
|
77 |
style_scale = 1.0
|
78 |
original_colors = 0
|
79 |
pooling = 'max'
|
80 |
+
model_file = 'models/nin_imagenet.pth'
|
81 |
disable_check = False
|
82 |
backend = 'mkl'
|
83 |
cudnn_autotune = False
|