Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Commit 83e9655

Browse files
committed
Update Readme
1 parent a050307 commit 83e9655

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@ We plan to extend it with other modalities
2222
in the future.
2323

2424
## Features
25-
1. Sequence to sequence learning
26-
1. Neural Machine Translation
27-
2. Automatic Speech Recognition
25+
1. Sequence to sequence learning. Currently implemented:
26+
1. Neural Machine Translation (text2text)
27+
2. Automatic Speech Recognition (speech2text)
28+
3. Speech Synthesis (text2speech)
2829
2. Data-parallel distributed training
2930
1. Multi-GPU
3031
2. Multi-node
3132
3. Mixed precision training for NVIDIA Volta GPUs
3233

3334

34-
## Requirements
35-
1. TensorFlow >= 1.7
35+
## Software Requirements
36+
1. TensorFlow >= 1.9
3637
2. Horovod >= 0.12.0 (using Horovod is not required, but is highly recommended for multi-GPU setup)
3738

3839
## Acknowledgments

0 commit comments

Comments
 (0)