Chengkai Yang commited on
Commit
498fedc
·
1 Parent(s): d502034

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ optional arguments:
73
  To test style transfer interpolation, run the script test_interpolate.py. Specify `--style_image` with multiple paths separated by comma. Specify `--interpolation_weights` to interpolate once. All outputs are saved in `./results_interpolate/`. Specify `--grid_pth` to interpolate with different built-in weights and provide 4 style images.
74
 
75
  ```
76
- $ python test_interpolation.py --content_image $IMG --style_image $STYLE $WEIGHT --cuda
77
 
78
  optional arguments:
79
  -h, --help show this help message and exit
 
73
  To test style transfer interpolation, run the script test_interpolate.py. Specify `--style_image` with multiple paths separated by comma. Specify `--interpolation_weights` to interpolate once. All outputs are saved in `./results_interpolate/`. Specify `--grid_pth` to interpolate with different built-in weights and provide 4 style images.
74
 
75
  ```
76
+ $ python test_interpolation.py --content_image $IMG --style_image $STYLE --interpolation_weights $WEIGHTS --cuda
77
 
78
  optional arguments:
79
  -h, --help show this help message and exit