nl8590687 / ASRT_SpeechRecognition

A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
https://asrt.ailemon.net
GNU General Public License v3.0
7.77k stars 1.89k forks source link

Feature support tf2 #240

Closed nl8590687 closed 3 years ago

nl8590687 commented 3 years ago

升级 tensorflow 版本支持范围,不仅支持 tf 1.14 和 1.15 的版本,也可使用 tf 2.x 版。 切换 keras api 的调用方式,从直接调用转为 tensorflow.keras 方式。