Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Former-commit-id: 833b064
  • Loading branch information
nq555222 committed Feb 25, 2017
1 parent 4dfbdb9 commit 0987190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
End-to-end automatic speech recognition system implemented in TensorFlow.

## Recent Updates
- [x] Support TensorFlow r1.0(2017-02-24)
- [x] **Support TensorFlow r1.0** (2017-02-24)

## Content
This is a powerful library for automatic speech recognition, it is implemented in TensorFlow and support training with CPU/GPU. This library contains followings models you can choose to train your own model:
This is a powerful library for **automatic speech recognition**, it is implemented in TensorFlow and support training with CPU/GPU. This library contains followings models you can choose to train your own model:
* Data Pre-processing
* Acoustic Modeling
* RNN
Expand Down Expand Up @@ -79,7 +79,7 @@ Since the original TIMIT dataset contains 61 phonemes, we use 61 phonemes for tr
+ CTC Decoding
+ TIMIT Phoneme Edit Distance(PER)

### Future Work
## Future Work
- [ ] Add Attention Mechanism
- [ ] Add more efficient dynamic computation graph without padding
- [ ] List experimental results
Expand Down

0 comments on commit 0987190

Please sign in to comment.