warningset the environment variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable

Posted happyamyhope

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了warningset 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;

以上是关于warningset the environment variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable的主要内容,如果未能解决你的问题,请参考以下文章

The APR based Apache Tomcat Native library which allows optimal performance in production environmen

powershell 来自http://blogs.msdn.com/b/cesardelatorre/archive/2015/01/13/automating-windows-environmen

powershell 来自http://blogs.msdn.com/b/cesardelatorre/archive/2015/01/13/automating-windows-environmen

The CPU_ NUM is not specified, you should set CPU_ NUM in the environment variable list。 CPU NUM

Tomcat Neither the JAVA_HOME nor the JRE_HOME environment variable is defined

c#中退出WinForm程序包括有很多方法,如:this.Close(); Application.Exit();Application.ExitThread(); System.Environmen