Commit Graph

21 Commits

Author SHA1 Message Date
Francis Tyers
58f3758a8c Add validators for command line arguments that require paths (#2192) 2019-06-21 00:02:17 -03:00
Reuben Morais
4b305d2f5e Remove --use_seq_length flag 2019-06-18 19:38:59 -03:00
Reuben Morais
9224d4de2b Remove unused flag
X-DeepSpeech: NOBUILD
2019-06-08 18:27:44 -03:00
Reuben Morais
9586fbbd30 Rename --train_cached_features_path to --feature_cache 2019-04-16 11:06:26 -03:00
Reuben Morais
911a1ce4b1 Do separate test epochs if multiple input files are specified 2019-04-16 11:06:26 -03:00
Reuben Morais
a85af3da49 Do separate validation epochs if multiple input files are specified 2019-04-16 11:01:38 -03:00
Reuben Morais
13757a4258 Fix pylint warnings 2019-04-11 07:02:21 -03:00
Reuben Morais
5779d298e1 Merge branch 'more-metadata' 2019-04-05 14:38:56 -03:00
Reuben Morais
5b80f21668 Rename language flag 2019-04-05 11:54:02 -03:00
Reuben Morais
7f6fd8b48b Embed more metadata in exported model and read it in native client 2019-04-05 09:35:23 -03:00
Reuben Morais
97c36291af Rename epoch flag to epochs 2019-04-05 09:30:50 -03:00
Reuben Morais
2f3f095048 Ignore epochs in checkpoints, always start epoch count from zero 2019-04-05 00:21:04 -03:00
Reuben Morais
5ee856d075 Clarify early stopping dependency on validation 2019-04-04 22:41:38 -03:00
Reuben Morais
ed15caf3c5 Check if train/dev/test files were passed in instead of having explicit flags 2019-04-04 22:41:38 -03:00
Reuben Morais
1cea2b0fe8 Rewrite input pipeline to use tf.data API 2019-04-02 18:31:32 -03:00
Tilman Kamp
a179a2389f Fix #1986 - Remove distributed training support 2019-04-01 18:43:22 +02:00
Daniel Winkler
3bc2f8bdd5
Fixed typo in relu_clip description. 2019-02-19 11:33:28 +01:00
Reuben Morais
fa7cb1a983 Update decoder hyperparameters 2018-12-28 16:12:09 -02:00
Reuben Morais
9ae2e5b3b2 Use a random seed that overfits LDC93S1 in 75 epochs 2018-12-11 22:44:34 -02:00
Reuben Morais
c65c22fe31 Move globals handling out of util/coordinator.py 2018-11-09 21:08:03 -02:00
Reuben Morais
56dc024d29 Centralize WER report code into evaluate.py, call it from DeepSpeech.py 2018-11-09 00:26:50 -02:00