Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When running retinaface test_widerface.py, cudnn autotune repeats. #764

Closed
Edwardmark opened this issue Jul 1, 2019 · 4 comments
Closed

Comments

@Edwardmark
Copy link

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?

@Edwardmark
Copy link
Author

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.

@hdjsjyl
Copy link

hdjsjyl commented Jul 13, 2019

@Edwardmark , after replacing cudnn_tune:"None", my program still does not work. Do you have any other advice? Thanks

@Zheweiqiu
Copy link

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.

@Edwardmark
Copy link
Author

@Zheweiqiu you are totally right, thank you, guy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants