【warning】set the environment variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable


前言

運行mxnet程序的時候出現這個warning信息,但是不影響整個程序的運行,不過寶寶喜歡將warning信息盡量也clear,強迫症嘛?!哈哈哈哈

問題描述

[16:40:49] src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:97: Running performance tests to find the best convolution algorithm, this can take a while... (set the environment variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable)

解決方法

~/d2l-zh/MxNet$ export MXNET_CUDNN_AUTOTUNE_DEFAULT=0

注意,shell中的等號兩端沒有空格哈。。。

參考

1. mxnet_gluon_discuss;

2. github_issues;


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM