Spaces:
Runtime error
Runtime error
Update neural_style.py
Browse files- neural_style.py +2 -2
neural_style.py
CHANGED
@@ -82,8 +82,8 @@ class TransferParams():
|
|
82 |
backend = 'mkl'
|
83 |
cudnn_autotune = False
|
84 |
seed = -1
|
85 |
-
content_layers = '
|
86 |
-
style_layers = '
|
87 |
multidevice_strategy = '4,7,29'
|
88 |
|
89 |
def main():
|
|
|
82 |
backend = 'mkl'
|
83 |
cudnn_autotune = False
|
84 |
seed = -1
|
85 |
+
content_layers = 'relu0,relu3,relu7,relu12'
|
86 |
+
style_layers = 'relu0,relu3,relu7,relu12'
|
87 |
multidevice_strategy = '4,7,29'
|
88 |
|
89 |
def main():
|