From 31abb3ad90c5b024031fb753e520513b9376befd Mon Sep 17 00:00:00 2001 From: nl <3210346136@qq.com> Date: Sun, 16 May 2021 22:00:04 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- README_EN.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c0c9d9..a62ab70 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ ASRT是一个基于深度学习的中文语音识别系统,如果您觉得喜 [![GPL-3.0 Licensed](https://img.shields.io/badge/License-GPL3.0-blue.svg?style=flat)](https://opensource.org/licenses/GPL-3.0) [![TensorFlow Version](https://img.shields.io/badge/Tensorflow-1.14+-blue.svg)](https://www.tensorflow.org/) -[![Keras Version](https://img.shields.io/badge/Keras-2.3+-blue.svg)](https://keras.io/) [![Python Version](https://img.shields.io/badge/Python-3.5+-blue.svg)](https://www.python.org/) **ReadMe Language** | 中文版 | [English](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/README_EN.md) | @@ -139,7 +138,7 @@ Github本仓库下[Releases](https://github.com/nl8590687/ASRT_SpeechRecognition Python的依赖库 * python_speech_features -* TensorFlow (1.14+) +* TensorFlow (1.14 - 2.x) * Numpy * wave * matplotlib diff --git a/README_EN.md b/README_EN.md index c335582..31a2df2 100644 --- a/README_EN.md +++ b/README_EN.md @@ -2,7 +2,6 @@ [![GPL-3.0 Licensed](https://img.shields.io/badge/License-GPL3.0-blue.svg?style=flat)](https://opensource.org/licenses/GPL-3.0) [![TensorFlow Version](https://img.shields.io/badge/Tensorflow-1.14+-blue.svg)](https://www.tensorflow.org/) -[![Keras Version](https://img.shields.io/badge/Keras-2.3+-blue.svg)](https://keras.io/) [![Python Version](https://img.shields.io/badge/Python-3.5+-blue.svg)](https://www.python.org/) **ReadMe Language** | [中文版](https://github.com/nl8590687/ASRT_SpeechRecognition/blob/master/README.md) | English | @@ -121,7 +120,7 @@ However, as the current international and domestic teams can achieve 98%, the ac ## Python libraries that need importing * python_speech_features -* TensorFlow (1.14+) +* TensorFlow (1.14 - 2.x) * Numpy * wave * matplotlib