Commit Graph

3363 Commits

Author SHA1 Message Date
Catalin Voss
85d057e197
Update docs 2021-04-07 09:25:25 -07:00
lissyx
13a490d125
Merge pull request #3570 from KathyReid/3569-gfile-remove
Replace `remove_remote()` method with `remove` method
2021-03-24 09:00:56 +01:00
Kathy Reid
79fde141b6
Replace remove_remote() method with remove method
Partially resolves #3569
2021-03-24 13:14:20 +11:00
lissyx
5b1c952ae7
Merge pull request #3553 from lissyx/electronjs-12-r0.9
Add ElectronJS v12.0
2021-03-04 16:57:54 +01:00
Alexandre Lissy
c6197657ad Fix #3540: Force NAudio 1.10.0 2021-03-04 15:27:15 +01:00
Alexandre Lissy
6a21608503 Update 0.9 model example refs 2021-03-04 14:12:44 +01:00
Alexandre Lissy
12affcdc71 Update doc/examples 2021-03-04 13:42:24 +01:00
Reuben Morais
2301abb488 Bump NCCL version due to NVIDIA base image update 2021-03-04 13:36:47 +01:00
Alexandre Lissy
f65ce2be45 Add ElectronJS v12.0 2021-03-04 13:20:11 +01:00
lissyx
c119aa6b0e
Merge pull request #3513 from lissyx/fix-decision-task-r0.9
Fix decision task
2021-01-25 10:46:57 +01:00
Alexandre Lissy
9dde5726cd Fix decision task 2021-01-25 10:40:46 +01:00
Reuben Morais
f2e9c85880 Bump VERSION to 0.9.3 2020-12-10 17:56:44 +02:00
Reuben Morais
056f5a4c6f Merge branch 'master' into r0.9 2020-12-09 14:00:16 +02:00
lissyx
504e55b2d8
Merge pull request #3461 from lissyx/pr-3414-r0.9
Hotword support for .NET client tests
2020-12-08 14:48:38 +01: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
948a232ae2 Hotword support for .NET client tests 2020-12-08 13:43:23 +01: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
Reuben Morais
b2920c7557 Bump VERSION to 0.9.2 2020-12-03 18:35:16 +02:00
Catalin Voss
cf2d7e636a Make variables consistent 2020-12-03 18:27:19 +02:00
Catalin Voss
c5410fc550 Call the logits probs in create_inference_graph after they go thru softmax 2020-12-03 18:25:32 +02:00
lissyx
4270e22fe0
Merge pull request #3445 from lissyx/doc-cuda-r0.9
Fix #3443: Link to upstream Dockerfile for lack of correct TensorFlow…
2020-11-27 12:37:48 +01: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
29fa2dd405 Fix #3443: Link to upstream Dockerfile for lack of correct TensorFlow GPU deps doc. 2020-11-27 12:36:43 +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
a8abca0841
Merge pull request #3442 from mozilla/fix-tcyml-branch
Fix wrong branch for TaskCluster
2020-11-26 20:37:26 +01:00
lissyx
82f84c5853
Fix wrong branch for TaskCluster 2020-11-26 19:10:50 +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
lissyx
67a9e35028
Merge pull request #3441 from lissyx/electronjs_11-r0.9
Adding support for ElectronJS v11.0
2020-11-26 16:08:50 +01:00
Alexandre Lissy
440e30c097 Adding support for ElectronJS v11.0 2020-11-26 13:48:38 +01:00