Граф коммитов

3330 Коммитов

Автор SHA1 Сообщение Дата
Reuben Morais 64e9dd6bb1 Use a separate task property for getting artifacts of tasks depended on
This is a convenience change for manually iterating on tasks in the TaskCluster UI.
The "edit task" UI removes the tasks' dependencies, which means when editing a test
task you need to manually reinsert the dependencies every time. This separates the
dependency for scheduling purposes from the dependency for downloading artifacts,
so that the latter is kept in the "edit task" UI and one can just edit the payload
as needed to develop/debug/iterate.
2021-01-08 10:55:17 +00:00
Reuben Morais fcbd92d0d7 Bump version to v0.10.0-alpha.3 2020-12-19 09:28:21 +00:00
Reuben Morais 81c2a33f5b Separate branch and tag 2020-12-19 09:23:32 +00:00
Reuben Morais 239656c0f9 Bump version to v0.10.0-alpha.2 2020-12-19 09:11:06 +00:00
Reuben Morais 05654ef896 Expose GITHUB_HEAD_TAG, used by package upload scriptworker 2020-12-19 09:10:40 +00:00
Reuben Morais 55751e5d70 Bump version to v0.10.0-alpha.1 2020-12-19 08:48:27 +00:00
Reuben Morais dc16a0e7f9 Separate ref and branch/tag metadata 2020-12-18 23:49:33 +00:00
Reuben Morais 9c988c764b Fix metadata.github.ref on push and tag 2020-12-18 23:42:29 +00:00
Reuben Morais 273d461f6a Bump version to v0.10.0-alpha.0 2020-12-18 23:29:54 +00:00
Reuben Morais caaec68f59
Merge pull request #3473 from mozilla/taskcluster-v1
Convert to .taskcluster.yml v1
2020-12-18 20:36:38 +00:00
Reuben Morais 4723de25bf Use payload.env instead of forwarding variables manually 2020-12-18 17:00:00 +00:00
Reuben Morais bb1ad00194 Convert to .taskcluster.yml v1
forward TASK_ID, add created and deadline

more fixes

typo

try without TASK_ID

fix task templates

add missing env vars to tc decision dry runs

avoid repetition in .taskcluster and manually forward varibles to tc-decision.py

url -> clone_url

simulate GITHUB_EVENT

separate ref an sha

correct pull request actions

correct pull request policy
2020-12-18 09:35:14 +00:00
Reuben Morais 07d0e93083 Add paragraph on expected behavior from module owners
X-DeepSpeech: NOBUILD
2020-12-17 08:59:36 +00:00
Reuben Morais 8a88e6e063 Fix link in RST
X-DeepSpeech: NOBUILD
2020-12-17 08:53:59 +00:00
Reuben Morais 89cae68706 Improve explanation of governance model 2020-12-17 08:51:08 +00:00
lissyx 3e10163ec8
Merge pull request #3416 from lissyx/pr-3414
.NET Client Binding Fix
2020-12-08 14:48:32 +01:00
Reuben Morais b3b9e268a7
Merge pull request #3460 from mozilla/more-doc-fixes
More documentation fixes
2020-12-08 15:42:11 +02:00
imrahul3610 1be44c63fc Hotword support for .NET client tests 2020-12-08 13:42:53 +01:00
Reuben Morais d422955c4a Fix doc references to renamed StreamImpl class 2020-12-08 13:52:04 +02:00
Reuben Morais 1102185abf More branding fixes for docs & Java bindings 2020-12-08 13:36:28 +02:00
Reuben Morais 857ce297f0
Merge pull request #3459 from mozilla/move-linter-circleci
Move linting job to CircleCI
2020-12-08 13:24:35 +02:00
Reuben Morais 0e2209e2b3 Remove Travis 2020-12-08 13:21:05 +02:00
Reuben Morais 25c4f97aa7 Move linting job to CircleCI 2020-12-08 13:21:05 +02:00
Sjors Holtrop 8c8387c45a
Rename Stream class to StreamImpl, export its type as Stream (#3456) 2020-12-08 12:19:21 +01:00
Reuben Morais 4e55d63351
Fix package name reference in Java API docs (#3458) 2020-12-08 10:44:31 +01:00
Catalin Voss 6640cf2341
Remote training I/O once more (#3437)
* Redo remote I/O changes once more; this time without messing with taskcluster

* Add bin changes

* Fix merge-induced issue?

* For the interleaved case with multiple collections, unpack audio on the fly

To reproduce the previous failure

rm data/smoke_test/ldc93s1.csv
rm data/smoke_test/ldc93s1.sdb
rm -rf /tmp/ldc93s1_cache_sdb_csv
rm -rf /tmp/ckpt_sdb_csv
rm -rf /tmp/train_sdb_csv

./bin/run-tc-ldc93s1_new_sdb_csv.sh 109 16000
python -u DeepSpeech.py --noshow_progressbar --noearly_stop --train_files ./data/smoke_test/ldc93s1.sdb,./data/smoke_test/ldc93s1.csv --train_batch_size 1 --feature_cache /tmp/ldc93s1_cache_sdb_csv --dev_files ./data/smoke_test/ldc93s1.sdb,./data/smoke_test/ldc93s1.csv --dev_batch_size 1 --test_files ./data/smoke_test/ldc93s1.sdb,./data/smoke_test/ldc93s1.csv --test_batch_size 1 --n_hidden 100 --epochs 109 --max_to_keep 1 --checkpoint_dir /tmp/ckpt_sdb_csv --learning_rate 0.001 --dropout_rate 0.05 --export_dir /tmp/train_sdb_csv --scorer_path data/smoke_test/pruned_lm.scorer --audio_sample_rate 16000

* Attempt to preserve length information with a wrapper around `map()`… this gets pretty python-y

* Call the right `__next__()`

* Properly implement the rest of the map wrappers here……

* Fix trailing whitespace situation and other linter complaints

* Remove data accidentally checked in

* Fix overlay augmentations

* Wavs must be open in rb mode if we're passing in an external file pointer -- this confused me

* Lint whitespace

* Revert "Fix trailing whitespace situation and other linter complaints"

This reverts commit c3c45397a2.

* Fix linter issue but without such an aggressive diff

* Move unpack_maybe into sample_collections

* Use unpack_maybe in place of duplicate lambda

* Fix confusing comment

* Add clarifying comment for on-the-fly unpacking
2020-12-07 13:07:34 +01:00
Reuben Morais 18b66adf46
Merge pull request #3435 from olafthiele/scorerchange
Conditional msg for missing lm.binary added
2020-12-07 13:59:36 +02:00
Reuben Morais a947e80f70
Merge pull request #3454 from mozilla/branding-cleanup
Branding cleanup
2020-12-07 13:59:03 +02:00
Reuben Morais 4639d57f81
Merge pull request #3455 from mozilla/conda-instructions
Add some guidelines for conda environments for training
2020-12-07 10:56:57 +02:00
Reuben Morais f6ddc4f72c Add some guidelines for conda environments for training 2020-12-07 10:55:35 +02:00
Reuben Morais c7ce999e02 Remove trademark from Swift binding project identifier 2020-12-07 10:20:02 +02:00
Reuben Morais da0209de01 Remove trademark from Java binding package names 2020-12-07 10:18:56 +02:00
Reuben Morais f822b04e1b Branding cleanup
Remove Mozilla trademarks.
2020-12-07 10:07:39 +02:00
Reuben Morais ad7d61f837
Merge pull request #3452 from mozilla/codeowners
Add listing of code owners/reviewers and reference from CONTRIBUTING.rst
2020-12-04 15:23:28 +02:00
Reuben Morais bc078423eb Merge branch 'pr-3436-leaks' (Fixes #3436 and #3451) 2020-12-04 15:21:17 +02:00
Reuben Morais c6318859df Re-add missing TF flags to deepspeech_bundle library 2020-12-04 15:20:09 +02:00
CatalinVoss 32b6067a01 Enable static build of DeepSpeech iOS framework
Set up additional `deepspeech_ios` target with static build steps

Xcode config: lock swift version at 5.0, bundle framework rather than dynamic lib, never strip swift symbols, add framework search paths, and bring in lstdc++

Runtime schema config: disable the main thread checker as this causes trouble with the static build

Update model versions to 0.9.1

Remove libdeepspeech.so from example app bundling steps

Swift lib embed settings that are somehow essential

Attempt to adjust taskcluster build steps

Add a basic podspec

Add framework to gitignore

Fix podspec version code

Attempt to fix taskcluster unzip step

Switch deepspeech targets for iOS build

Try doing this unzip in one step

Remove packaging steps for unneeded stuff because libdeepspeech.so is no longer a thing here. I suppose we could add a step to package the iOS static lib instead.

Fix podspec version

Set up podspec relative assuming a clone from the repo root

Remove space in iOS package step

Fix buildfile nit

Link stdc++ in explicitly with iOS build only

Revert "Remove space in iOS package step"

This reverts commit 3e1922ea37.
2020-12-04 15:19:49 +02:00
Reuben Morais 73240a0f1d Add listing of code owners/reviewers and reference from contribution guidelines
X-DeepSpeech: NOBUILD
2020-12-04 15:17:09 +02:00
lissyx bcfc74874f
Merge pull request #3444 from lissyx/doc-cuda
Fix #3443: Link to upstream Dockerfile for lack of correct TensorFlow…
2020-11-27 12:37:45 +01:00
Alexandre Lissy c979e360da Fix #3443: Link to upstream Dockerfile for lack of correct TensorFlow GPU deps doc. 2020-11-27 12:36:23 +01:00
lissyx da31812173
Merge pull request #3440 from lissyx/electronjs_11
Adding support for ElectronJS v11.0
2020-11-26 16:08:52 +01:00
Alexandre Lissy c0c5e6ade8 Adding support for ElectronJS v11.0 2020-11-26 13:28:57 +01:00
lissyx d217369839
Merge pull request #3428 from lissyx/import-ccef
Importer for XML file provided by Conference Centre for Economics, France
2020-11-24 09:51:36 +01:00
Alexandre Lissy c822a6e875 Importer for dataset from Centre de Conférences Pierre Mendès-France
Released by Ministère de l'Economie, des Finances, et de la Relance
2020-11-24 09:49:39 +01:00
Olaf Thiele 3ae77ca75d Conditional msg for missing lm.binary added 2020-11-23 19:55:27 +01:00
Reuben Morais ecc48062a7
Merge pull request #3432 from mozilla/revert-remote-io
Revert remote IO PR
2020-11-19 19:35:20 +02:00
Reuben Morais 88f7297215 Revert "Merge pull request #3420 from CatalinVoss/remote-io"
This reverts commit 08d18d7328, reversing
changes made to 12badcce1f.
2020-11-19 16:58:21 +02:00
Reuben Morais f5cbda694a Revert "Merge pull request #3424 from mozilla/io-fixes"
This reverts commit ab1288ffde, reversing
changes made to 08d18d7328.
2020-11-19 16:58:01 +02:00
lissyx ee68367580
Merge pull request #3430 from lissyx/fix-tc-gzip
Fix #3429: TaskCluster behavioral change wrt compression of artifacts
2020-11-19 14:54:36 +01:00
Alexandre Lissy 3caa474cce Fix #3429: TaskCluster behavioral change wrt compression of artifacts 2020-11-19 13:23:56 +01:00