Reuben Morais
9586fbbd30
Rename --train_cached_features_path to --feature_cache
2019-04-16 11:06:26 -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
57450893ea
Merge pull request #1919 from mozilla/tfdatatest
...
Implement input pipeline with tf.data API
2019-04-05 00:13:48 -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
Kelly Davis
25a254f1fc
Merge pull request #2000 from mozilla/issue1906
...
Gram Vaani importer
2019-04-03 13:43:46 +02:00
kdavis-mozilla
0bc132cabe
Addressed review comments
2019-04-03 12:33:30 +02:00
Reuben Morais
d6babfb8f3
Speed up training tests and make sure they fully converge
2019-04-02 18:31:32 -03:00
Reuben Morais
6632504ad1
Don't overwrite exported graph from training task with the TFLite version
2019-04-02 18:31:32 -03:00
Reuben Morais
1cea2b0fe8
Rewrite input pipeline to use tf.data API
2019-04-02 18:31:32 -03:00
kdavis-mozilla
441ac5869f
Gram Vaani importer
2019-04-02 19:55:58 +02:00
Tilman Kamp
94c088be87
Updated README, some code beautification
2019-04-02 19:41:33 +02:00
Tilman Kamp
7dc236bab4
Removed unnecessary default value
2019-04-02 18:02:23 +02:00
Tilman Kamp
8e78e17904
Some code beautification
2019-04-02 18:02:23 +02:00
Tilman Kamp
5645285d25
Fix #1991 - Additional import options for import_cv2.py
2019-04-02 18:02:23 +02:00
Tilman Kamp
a179a2389f
Fix #1986 - Remove distributed training support
2019-04-01 18:43:22 +02:00
Tilman Kamp
192dfcad8d
Added missing import
2019-03-19 15:42:41 +01:00
Tilman Kamp
6c6a4e08ca
Fix #1962
2019-03-18 18:53:04 +01:00
Tilman Kamp
238987a70f
Fix #1955
2019-03-14 12:25:08 +01:00
Reuben Morais
a7367d4b40
Make bin/run-ldc93s1.sh run faster
2019-03-13 10:18:16 -03:00
Quentin Brunet
179ba1b533
Fix import_cv2.py binary file + permissions
2019-03-04 13:30:30 +01:00
Nicolas Panel
881e55e842
Use latest TS dataset
...
see https://github.com/nicolaspanel/TrainingSpeech#last-releases--download for more info
2019-02-20 10:08:56 +01:00
Reuben Morais
c1212ffbb2
Fix shape of loaded preprocessed features
2019-02-12 20:31:24 -02:00
josh
7bee1cf445
train/test/dev checking now made explicit
2019-02-01 15:28:32 +01:00
josh
9810946035
usage
2019-02-01 13:36:19 +01:00
josh
e26aefc39b
better handling of empty TSV dir / comments
2019-02-01 13:32:27 +01:00
josh
e6e33eb3a7
import script for new CV
2019-02-01 00:38:02 +01:00
Nicolas Panel
08bea8480a
use TrainingSpeech release 2018-11-24_fr_FR
...
`2018-11-24_fr_FR` fixes many annotation issues (~500) such as empty audio etc.
2018-11-25 08:56:03 +01:00
kdavis-mozilla
81b16002b7
Fixed #1740 (Switchboard Importer Creates WAV's at 8KHz not 16KHz)
2018-11-24 08:22:38 +01:00
kdavis-mozilla
d5c9d3e88c
Fixed #1747 (Indicate ISIP transcript version)
2018-11-24 07:46:31 +01:00
Kelly Davis
50d62b8cf1
Merge pull request #1741 from robmsmt/master
...
changes to swb import
2018-11-23 16:08:14 +01:00
Rob
4efc5c6c4d
tidy pep8
2018-11-21 10:11:44 -05:00
Rob
e47e344a82
added downloaders and assert checks
2018-11-21 00:27:09 -05:00
Rob
8507f992c0
update with changes for swb
2018-11-19 22:19:39 -05:00
kdavis-mozilla
ba622892aa
Addressed review comment
2018-11-19 14:26:34 +01:00
kdavis-mozilla
6c903c8b19
Fixed #1735 (Fisher importer creates 32 not 16 bit wav's)
2018-11-18 17:41:00 +01:00
kdavis-mozilla
b2f967ac4d
Addressed review comments
2018-11-17 20:24:01 +01:00
kdavis-mozilla
f03669171f
Fixed #1726 (Imported 8khz training audio compromised by unfiltered upsampling)
2018-11-17 20:18:31 +01:00
Reuben Morais
d125acfb3d
Merge pull request #1696 from mozilla/remove-old-ctc
...
Remove old CTC decoder (Fixes #1675 )
2018-11-12 15:55:32 -02:00
Célian GARCIA
9fc6c3f59b
Fix log issue
...
Very minor change in order to log something like
``No directory "/home/<user>/src/mozilla/cv_corpus_v1" - extracting archive...`` instead of
``No directory "/home/<user>/src/mozilla/cv_corpus_v1.tar.gz"
2018-11-10 11:22:25 +01:00
Reuben Morais
a0333728eb
Build decoder package in automation
2018-11-08 18:35:42 -02:00
Alexandre Lissy
5d30afdbad
Training and directly exporting as TF Lite
2018-10-30 19:17:25 +01:00
Reuben Morais
f11ccbe39b
Merge pull request #1661 from mozilla/remove-init-frozen-model
...
Remove initialize_from_frozen_model flag and support code (Fixes #1659 )
2018-10-23 19:26:30 -03:00
Reuben Morais
46d1cece4f
Remove initialize_from_frozen_model flag and support code
2018-10-23 15:08:38 -03:00
Faissal Bensefia
529ebdfcb4
Fix import_cv.py
...
I have no idea how this ever worked
2018-10-19 23:23:07 +01:00
lissyx
5118f7ffed
Merge pull request #1647 from nicolaspanel/master
...
[TrainingSpeech importer] generate english-complatible dataset
2018-10-15 16:00:58 +02:00
nicolaspanel
61d9193ce5
[TrainingSpeech importer] add --english-compatible option
2018-10-15 10:18:14 +02:00
Nicolas Panel
609120f3da
[TrainingSpeech importer] stick to data/alphabet.txt
...
aims to generate english-complatible dataset since no FR alphabet.txt for now
see https://github.com/mozilla/DeepSpeech/pull/1599#issuecomment-426544379 for more info
2018-10-14 13:48:59 +02:00
kdavis-mozilla
c38dc099d3
Fixed #1638 (Update Hyperparameters for 0.3.0)
2018-10-12 17:26:32 +02:00
nicolaspanel
baf9624714
setup training_speech importer (see #1576 )
2018-10-11 14:00:40 +02:00