Commit Graph

2857 Commits

Author SHA1 Message Date
Tilman Kamp
a28df45192 Respect None case for augmentations list 2020-06-16 15:46:28 +02:00
Tilman Kamp
7a835bee5a Updated training tests 2020-06-16 13:51:07 +02:00
Tilman Kamp
2d5dcc359a Tests for TF based value range picking 2020-06-16 13:32:32 +02:00
Tilman Kamp
5b6de213d8 Follow-up on PR comments; removed warp augmentation; split pitch_and_tempo augmentation 2020-06-16 11:07:57 +02:00
Tilman Kamp
ea21c7d24e
Apply suggestions from code review
Co-authored-by: Reuben Morais <reuben.morais@gmail.com>
2020-06-16 10:22:45 +02:00
Tilman Kamp
0bec67d74c
Update bin/play.py
Co-authored-by: Reuben Morais <reuben.morais@gmail.com>
2020-06-16 10:10:01 +02:00
Tilman Kamp
d94db7ca43 Refactoring of TF based augmentations 2020-06-10 13:42:45 +02:00
Reuben Morais
bfaa68945a
Merge pull request #3051 from mozilla/add-metrics-tracking
Add read-only metrics tracking
2020-06-09 13:14:50 +02:00
Reuben Morais
ecd79531c8 Add training test with --metrics_files 2020-06-08 18:06:21 +02:00
Reuben Morais
07d2c39138 Split SDB tests from basic training tests to speed up CI dependents 2020-06-08 18:06:21 +02:00
Reuben Morais
e069b6d61f Add read only validation metrics
For now this is just CTC loss like a validation set, but without affecting
best validation checkpoint tracking logic. Eventually this could compute WER
on a smaller set, for example.
2020-06-08 15:26:37 +02:00
Reuben Morais
572963e7bd
Merge pull request #3043 from mozilla/version-not-symlink
Move VERSION and GRAPH_VERSION to training directory
2020-06-08 14:34:28 +02:00
Reuben Morais
fdf5700d37
Merge pull request #3045 from ricky-cck/master
Fix csv writer parameter
2020-06-08 14:01:15 +02:00
Reuben Morais
b3ae9701b1
Merge pull request #3046 from mozilla/setup-decoder-pypi
Use decoder package from PyPI (Fixes #3044)
2020-06-08 14:00:17 +02:00
Reuben Morais
ba7b0f7436 Merge branch 'alphabet-leak' (Fixes #3049) 2020-06-08 13:59:01 +02:00
Reuben Morais
daba4278ff Add explanation of SWIG ignore side effects 2020-06-08 13:58:32 +02:00
Reuben Morais
7a739c9b98
Merge pull request #3047 from mozilla/dev-test-no-rounding
Only use drop_remainder in dataset for train phase
2020-06-08 13:05:03 +02:00
Reuben Morais
06408b8ddd Flip direction of VERSION and GRAPH_VERSION links 2020-06-08 11:22:24 +02:00
Reuben Morais
53192b68b8 Be more specific in %ignoring symbols since it applies to all imports 2020-06-08 11:20:22 +02:00
Reuben Morais
28c7f4c35d Only use drop_remainder in dataset for train phase 2020-06-08 10:47:13 +02:00
Reuben Morais
209056ceb5 Test PyPI decoder package after upload 2020-06-08 10:27:14 +02:00
Reuben Morais
1a808b216e Download decoder wheel from PyPI 2020-06-05 16:28:07 +02:00
Reuben Morais
544aa364fc Publish decoder wheel to PyPI 2020-06-05 16:26:56 +02:00
RickyChan
a252ae01a0 Fix csv DictWriter parameter 2020-06-05 22:27:19 +09:00
RickyChan
3c83f9f24a Fix csv writer parameter [https://docs.python.org/3/library/csv.html#csv.writer] 2020-06-05 19:00:52 +08:00
lissyx
80a3d70686
Merge pull request #3042 from lissyx/tflite-upload
Add missing TFLite binaries
2020-06-05 11:10:16 +02:00
Alexandre Lissy
c074bb2f6d Add missing TFLite binaries 2020-06-05 11:09:17 +02:00
lissyx
11f347b4da
Merge pull request #3037 from lissyx/rtd-taskcluster-united
Make TaskCluster build the docs like RTD
2020-06-04 15:22:07 +02:00
Alexandre Lissy
23139b2430 Make TaskCluster build the docs like RTD 2020-06-04 14:27:16 +02:00
Tilman Kamp
c5ca78a4ed
Merge pull request #3030 from marekjg/master
Fix arguments order in pcm_to_np call
2020-06-04 14:08:29 +02:00
lissyx
88584941bc
Merge pull request #3036 from lissyx/doc-fix
Install npm deps for ReadTheDocs
2020-06-04 11:25:58 +02:00
Alexandre Lissy
cd571ff4be Bump VERSION to 0.7.3 2020-06-04 09:48:10 +02:00
Alexandre Lissy
a3b0eb6589 Install npm deps for RTD 2020-06-04 09:48:10 +02:00
lissyx
61696afedc
Merge pull request #3034 from lissyx/bump-v0.7.2
Bump VERSION to 0.7.2
2020-06-04 09:04:36 +02:00
Alexandre Lissy
e3ae74f80a Bump VERSION to 0.7.2 2020-06-04 09:03:50 +02:00
lissyx
222a25f979
Merge pull request #3029 from lissyx/fix-nodejs-win-tests
Fix wrong nodejs version for Windows tests
2020-06-04 07:59:13 +02:00
Marek Grzegorek
8a87d1d100
Fix arguments order in pcm_to_np call
pcm_to_np takes segment buffer as its first argument and audio format as a second one. The wrong order cause "bytes object has no attribute 'channels'' ArgumentError.
2020-06-03 18:05:52 +02:00
Alexandre Lissy
3ba3e10ecd Fix wrong nodejs version for Windows tests 2020-06-03 17:06:25 +02:00
lissyx
64fd79f9c1
Merge pull request #3027 from lissyx/node-v14-electron-v9
Node v14 electron v9
2020-06-03 15:56:35 +02:00
Alexandre Lissy
75a320e87b Enable ElectronJS / TFLite / Windows tests 2020-06-03 13:45:36 +02:00
Alexandre Lissy
f5d4f7f9d6 Fix typo in description for NodeJS / ARMbian 2020-06-03 11:52:32 +02:00
Alexandre Lissy
d24fb70869 Update node-gyp cache 2020-06-03 11:50:37 +02:00
Alexandre Lissy
aa4c746899 Maximize binary compatibility 2020-06-03 11:50:37 +02:00
Alexandre Lissy
cdeb933c0b Add ElectronJS v9.0 2020-06-03 11:50:37 +02:00
Alexandre Lissy
dc8dbbd398 Add NodeJS v14 2020-06-03 11:50:37 +02:00
Alexandre Lissy
f925dd9fc8 Fix Homebrew checks 2020-06-03 11:50:37 +02:00
Alexandre Lissy
00577873ce Update Homebrew 2020-06-03 11:50:37 +02:00
Reuben Morais
60397964e1 Add some native_client build outputs to .gitignore
X-DeepSpeech: NOBUILD
2020-06-02 12:29:52 +02:00
Reuben Morais
b327fa3c73
Merge pull request #3025 from reuben/pr3024
PR #3024
2020-05-30 18:27:21 +02:00
Reuben Morais
ab2ba41c7f Convert path to str to fix Python 3.5 compat 2020-05-30 15:16:30 +02:00