CalayZhou / MBNet

Improving Multispectral Pedestrian Detection by Addressing Modality Imbalance Problems (ECCV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于环境配置问题

KurokoWeidong opened this issue · comments

您好,按照readme文档配置环境后,运行demo.py出现以下报错,请问您能帮忙解决吗

2021-12-15 22:41:09.170771: E tensorflow/stream_executor/cuda/cuda_dnn.cc:378] Loaded runtime CuDNN library: 7605 (compatibility version 7600) but source was compiled with 7005 (compatibility version 7000). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.
2021-12-15 22:41:09.170975: F tensorflow/core/kernels/conv_ops.cc:717] Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfusedAlgo(), &algorithms)
已放弃 (核心已转储)

您好,这个问题的原因很可能是cuda与GPU版本不匹配,请确保以下环境一致:20系列及以下显卡-cuda10.0-cudnn7.6-keras2.1

您好,我的环境配置是GTX1080Ti-cuda10.0.130-cudnn7.6.5-tensorflow1.14.0-keras2.1.6,请问是哪个版本不对呢?

我查了一下应该与cudnn有关,但这个问题之前都没遇到过,可能需要结合具体搭建的环境分析