chenmingxiang110 / Chinese-automatic-speech-recognition

Chinese speech recognition
MIT License
163 stars 22 forks source link

package error #15

Open YUZHIWANG-bug opened 1 year ago

YUZHIWANG-bug commented 1 year ago

when I run this project, it occur a mistake like:module 'tensorflow.keras' has no attribute 'rnn', I think it may be the environment does not matching, so could you tell me when you run this project the enviroment that you use? Thanks so much!

chenmingxiang110 commented 1 year ago

The project was written with tensorflow 1.x. It seems like you are probably running it with tensorflow 2?

YUZHIWANG-bug commented 1 year ago

The project was written with tensorflow 1.x. It seems like you are probably running it with tensorflow 2?

Sorry for the delay in replying. Thank you for your reply. I also think it is environmental problem. Could you please update your project and inform us of the use environment of your project? Thank you very much!