qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use cudnn 7.1.4 ?

sunt40 opened this issue · comments

This code is use for cudnn 7.2, but my cudnn version is 7.1.4 . How to modify the code so that I can use the code for cudnn 7.1.4 ?

我的tensorflow版本是1.12,如果不想用gpu跑此代码,该如何修改呢