Commit Graph

2865 Commits

Author SHA1 Message Date
Alexandre Lissy
0fd28cfbdf Updating caches 2020-06-17 02:06:25 +02:00
Alexandre Lissy
b52139ceb6 Fix #3075: Add Android 11 to CI 2020-06-17 02:06:25 +02:00
Alexandre Lissy
4f7842c966 Fix #3068: More generic TaskCluster build/caching tasks 2020-06-17 02:06:25 +02:00
lissyx
c1353892b4
Merge pull request #3074 from lissyx/fix-ssl
Fix #3073: Update libssl version
2020-06-17 00:12:35 +02:00
Alexandre Lissy
7768c89e2a Fix #3073: Update libssl version 2020-06-16 23:38:12 +02:00
Reuben Morais
d538d80ddb
Merge pull request #3067 from DanBmh/update_ignore
Ignore generated dockerfiles
2020-06-16 16:28:53 +02:00
Daniel
e10b807e92 Ignore generated dockerfiles. 2020-06-16 16:24:55 +02:00
lissyx
c839ab5355
Merge pull request #3065 from lissyx/supported-platforms
Fix #2942: Document supported platforms
2020-06-16 12:31:46 +02:00
Alexandre Lissy
aeb4c5b105 Fix #2942: Document supported platforms 2020-06-16 12:30:50 +02:00
lissyx
ff83f1b8f4
Merge pull request #3060 from lissyx/docker-decouple
Decouple Dockerfile into build and train
2020-06-15 14:30:13 +02:00
Alexandre Lissy
4d541394e8 Decouple Dockerfile into build and train 2020-06-15 14:13:22 +02:00
lissyx
cbb9c28e2c
Merge pull request #3062 from ObliviousParadigm/patch-1
DOC: Fixed grammatical mistake.
2020-06-14 13:31:48 +02:00
ObliviousParadigm
c294d80a93
DOC: Fixed grammatical mistake. 2020-06-14 16:00:32 +05:30
lissyx
e99b938ebf
Merge pull request #3054 from lissyx/import-time
Report imported vs total audio time
2020-06-10 13:35:01 +02:00
Alexandre Lissy
cfc79799ec Report imported vs total audio time 2020-06-10 13:12:15 +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