Enable auto tuning - Enable auto tuning - MATLAB (original) (raw)
Main Content
Description
App Configuration Pane: Deep Learning
Configuration Objects: coder.CuDNNConfig
Enable or disable auto tuning feature. Enabling auto tuning allows the cuDNN library to find the fastest convolution algorithms. This increases performance for larger networks such as SegNet
and ResNet
.
Dependencies
To enable this parameter, you must set Deep learning library to cuDNN
.
Settings
On
This setting is the default setting.
Enable auto tuning.
Off
Disable auto tuning.
Programmatic Use
**Property:**AutoTuning |
---|
Values: true |false |
Default: true |
Version History
Introduced in R2018b