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

Tensorflow2.0 not compatible #172

Open PhanatosZou opened 4 years ago

PhanatosZou commented 4 years ago

I tried to use TF2.0 but there're several functions which are deprecated. I made changes to the code, to make it compatible with TF2.0. If you're thinking of testing or upgrading to TF2.0, I'd love to contribute to the community and pull request. Thanks!

nl8590687 commented 4 years ago

You are welcome to contribute. I do be thinking of testing or upgrading to TF2.0. About this year I will upgrade the tf version to 2.0 and use it to run this project. Thanks in advance for your contribution!

PhanatosZou commented 4 years ago

@nl8590687 It's my pleasure to contribute to such a great community. Thanks for all the work!