jamino30 commited on
Commit
8cb4d40
·
verified ·
1 Parent(s): 538f7a7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. inference.py +2 -2
inference.py CHANGED
@@ -26,8 +26,8 @@ def inference(
26
  content_image,
27
  style_features,
28
  lr,
29
- iterations=35,
30
- optim_caller=optim.AdamW,
31
  alpha=1,
32
  beta=1
33
  ):
 
26
  content_image,
27
  style_features,
28
  lr,
29
+ iterations=3,
30
+ optim_caller=optim.LBFGS,
31
  alpha=1,
32
  beta=1
33
  ):