Loaded runtime CuDNN library: 7.1.4 but source was compiled with: 7.2.1.Loaded runtime CuDNN library: 7.1.4 but source was compiled with: 7.2.1.Loaded runtime CuDNN library: 7.1.4 but source was compiled with: 7.2.1.   

  这里我们使用的是Cudnn 7.1.4 但是 运行的源代码是 使用7.2.1编译的 

   这里可以不重装cudnn 7.2.1 将tensorflow 降级 

  pip install tensorflow-gpu==1.10.0 --user

  如果已经安装了其他版本的tensorflow 则会卸掉该版本,并且安装指定版本    

 

 

 

 

 

相关文章: