【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;

posted on 2019-08-29 17:30  鹅要长大  阅读(2841)  评论(2编辑  收藏  举报

导航