Xinghai Sun
e8f7a8fde1
Update argument naming following Yibing's reviews.
8 years ago
Xinghai Sun
9571b6fc0e
Add back utils.py.
8 years ago
Xinghai Sun
8b64ef29c8
Re-style the config codes for tools in DS2.
8 years ago
Xinghai Sun
792129166a
Sort the config lines to make it look better.
8 years ago
Xinghai Sun
805846ce67
Reduce the config parsing codes for DS2 and make it looks cleaner.
8 years ago
Xinghai Sun
2aa4af1c29
Revert back to support input-hidden weights sharing between bi-directional RNNs.
...
1. Add options to enable and disable RNN weights sharing.
2. Set rnn_layer_size to 2048 by default.
3. Revert back the striding steps of 1st conv layer from 2 to 3.
4. Revert back to BRelu.
Above follows DS2 papers.
8 years ago
Xinghai Sun
177af05953
Fix a bug in use_gru argument parsing.
8 years ago
Xinghai Sun
5a63275845
Add GRU support.
8 years ago
yangyaming
4b3f768df7
Simplify description and codes.
8 years ago
yangyaming
5ef300f3f0
Make type of error rate optional.
8 years ago
Xinghai Sun
6df0f9bc44
Reset default multi-thread/process number to half of cpu count() for speedup.
8 years ago
Xinghai Sun
8122dd9c29
Simplify train.py, evaluate.py, infer.py and tune.py by adding DeepSpeech2Model class.
8 years ago
Xinghai Sun
92eacf548b
Update default config params and result display for evaluator.py and infer.py for DS2.
8 years ago
Yibing Liu
724ef18596
update several scripts to support mfcc
8 years ago
Yibing Liu
d15c48d616
upload the language model
8 years ago
Yibing Liu
0cadc56a84
follow comments in code format
8 years ago
Yibing Liu
26510f74a6
refine ctc_beam_search_decoder
8 years ago
Yibing Liu
8033845615
add unit test for decoders
8 years ago
Yibing Liu
b2cf96cc46
adapt to the new data provider
8 years ago
Yibing Liu
ff01d048d3
final refining on old data provider: enable pruning & add evaluation & code cleanup
8 years ago