File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 22<p >TensorFlowASR :zap:</p >
33<p align =" center " >
44<a href =" https://github.com/TensorSpeech/TensorFlowASR/blob/main/LICENSE " >
5- <img alt =" GitHub " src =" https://img.shields.io/github/license/TensorSpeech/TensorFlowASR?style=for-the-badge& logo=apache " >
5+ <img alt =" GitHub " src =" https://img.shields.io/github/license/TensorSpeech/TensorFlowASR?logo=apache " >
66</a >
7- <img alt =" python " src =" https://img.shields.io/badge/python-%3E%3D3.6-blue?style=for-the-badge& logo=python " >
8- <img alt =" tensorflow " src =" https://img.shields.io/badge/tensorflow-%3E%3D2.3.0-orange?style=for-the-badge& logo=tensorflow " >
9- <img alt =" ubuntu " src =" https://img.shields.io/badge/ubuntu-%3E%3D18.04-blueviolet?style=for-the-badge& logo=ubuntu " >
7+ <img alt =" python " src =" https://img.shields.io/badge/python-%3E%3D3.6-blue?logo=python " >
8+ <img alt =" tensorflow " src =" https://img.shields.io/badge/tensorflow-%3E%3D2.3.0-orange?logo=tensorflow " >
9+ <img alt =" PyPI " src =" https://img.shields.io/pypi/v/TensorFlowASR?color=%2300B4EF&label=release& logo=pypi&logoColor=%2300B4EF " >
1010</p >
1111</h1 >
1212<h2 align =" center " >
@@ -31,6 +31,7 @@ TensorFlowASR implements some automatic speech recognition architectures such as
3131- Distributed training using ` tf.distribute.MirroredStrategy `
3232
3333## Table of Contents
34+
3435<!-- TOC -->
3536
3637- [ What's New?] ( #whats-new )
@@ -88,7 +89,7 @@ For anaconda3:
8889``` bash
8990conda create -y -n tfasr tensorflow-gpu python=3.7 # tensorflow if using CPU
9091conda activate tfasr
91- pip install -U tensorflow-gpu # upgrade to latest version of tensorflow
92+ pip install -U tensorflow-gpu # upgrade to latest version of tensorflow
9293git clone https://github.com/TensorSpeech/TensorFlowASR.git
9394cd TensorFlowASR
9495python setup.py install
You can’t perform that action at this time.
0 commit comments