keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.94k stars 965 forks source link

how to run train.py on tensorflow 1.12.0 #296

Open feifaxiaoming opened 4 years ago

feifaxiaoming commented 4 years ago

i run this train.py in tensorflow 1.12.0 ,but this have an error : 2019-07-24 11:12:20.997008: E tensorflow/stream_executor/cuda/cuda_dnn.cc:363] Loaded runtime CuDNN library: 7.0.3 but source was compiled with: 7.1.4. CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library. If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.

ronykalfarisi commented 4 years ago

you need to upgrade your CuDNN to 7.5