You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:97: 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)
And setting the MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 is not working, any clues?
The text was updated successfully, but these errors were encountered:
in the R50-symbol.json file, reset param cudnn_tune's value with "None" would help. the default value of cudnn_tune is limited_workspace.
in vim run:
:%s/"cudnn_tune": "limited_workspace"/"cudnn_tune": "None"/g
can solve the issure.
Try replacing "cudnn_tune": "limited_workspace" with "cudnn_tune": "None" AND setting env variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0. You need to do both to get rid of this issue.
src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:97: 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)
And setting the MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 is not working, any clues?
The text was updated successfully, but these errors were encountered: