Owos commited on
Commit
ca8ddf3
1 Parent(s): 70b4c14

changed to nin model

Browse files
Files changed (1) hide show
  1. 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/vgg19-d01eb7cb.pth'
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