error fix
downgrading cudnn version to match CUDA version
check current version of cudnn my current gpu uses CUDA10.0 which can be verified from nvidia-smi The current version of cudnn is meant for CUDA10.1. It seems that this somehow creates a conflict and I cannot load and run my model in tensorflow-gpu 1.13.1. In order to fix this, I Read more…