win10下运行tensorflow版faster-rcnn的踩坑之路

win10下运行tensorflow版faster-rcnn的踩坑之路


基本上就是跟着下面两个链接来操作
但是的配置是:
CUDA 9.0
Cudnn
7.1.3
tensorflow-gpu==1.10.0
其中
查看cudnn版本
打开E:\Software install\cudnn9.0\cuda\include\cudnn.h
例如:
#define CUDNN_MAJOR 7
#define CUDNN_MINOR 1
#define CUDNN_PATCHLEVEL 3
版本为cudnn7.1.3

链接: https://blog.csdn.net/tuoyakan9097/article/details/81776019
https://blog.csdn.net/tuoyakan9097/article/details/81782257

win10下运行tensorflow版faster-rcnn的踩坑之路_第1张图片win10下运行tensorflow版faster-rcnn的踩坑之路_第2张图片
我的配置如上图所示,我遇到的问题如下摸索了两天,最后稀里糊涂弄好了,大家一起交流一下,希望有更多我这样的小白可以受益
1.Cannot import name ‘Type’

win10下运行tensorflow版faster-rcnn的踩坑之路_第3张图片win10下运行tensorflow版faster-rcnn的踩坑之路_第4张图片
2. ImportError: No module named ‘lib.utils.cython_bbox’
win10下运行tensorflow版faster-rcnn的踩坑之路_第5张图片

你可能感兴趣的:(win10下运行tensorflow版faster-rcnn的踩坑之路)