【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