File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ To use multiple style images, pass a comma-separated list like this:
185
185
* ` -backend ` : ` nn ` , ` cudnn ` , or ` clnn ` . Default is ` nn ` . ` cudnn ` requires
186
186
[ cudnn.torch] ( https://github.com/soumith/cudnn.torch ) and may reduce memory usage.
187
187
` clnn ` requires [ cltorch] ( https://github.com/hughperkins/cltorch ) and [ clnn] ( https://github.com/hughperkins/clnn )
188
- * ` cudnn_autotune ` : When using the cuDNN backend, pass this flag to use the built-in cuDNN autotuner to select
188
+ * ` - cudnn_autotune` : When using the cuDNN backend, pass this flag to use the built-in cuDNN autotuner to select
189
189
the best convolution algorithms for your architecture. This will make the first iteration a bit slower and can
190
190
take a bit more memory, but may significantly speed up the cuDNN backend.
191
191
You can’t perform that action at this time.
0 commit comments