mahyarnajibi/SNIPER

src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:107: Running performance tests to find the best convolution algorithm, this can take a while... (setting env variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable)

Yymax-max opened this issue · 1 comments

src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:107: Running performance tests to find the best convolution algorithm, this can take a while... (setting env variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable)

This is setting in which performance tests are run to see which algorithm performs best for convolution.

To turn in off after importing os, use the command -
os.environ['MXNET_CUDNN_AUTOTUNE_DEFAULT'] = '0'