Commit Graph

23 Commits

Author SHA1 Message Date
Reuben Morais
853927fa7c Try to handle GitHub API rate limit 2021-04-15 23:53:25 +02:00
Alexandre Lissy
5e4d7dae99 GitHub Actions for macOS 2021-03-25 11:01:29 +01: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
Daniel
09e1422278 Reload weights after plateau. 2020-08-19 18:45:09 +02:00
Reuben Morais
fa21911048 Rename packages, modules, headers, shared libraries to Mozilla Voice STT 2020-08-03 18:22:32 +02:00
Daniel
e10b807e92 Ignore generated dockerfiles. 2020-06-16 16:24:55 +02:00
Reuben Morais
60397964e1 Add some native_client build outputs to .gitignore
X-DeepSpeech: NOBUILD
2020-06-02 12:29:52 +02:00
Tilman Kamp
c5ceee26dd Live audio augmentation 2020-05-12 10:18:21 +02:00
Alexandre Lissy
567595aa5a Package and expose TypeScript for JS interface 2020-04-06 11:15:42 +02:00
Alexandre Lissy
bf7cc1df54 Sphinx doc 2019-09-24 18:22:45 +02:00
Tilman Kamp
a179a2389f Fix #1986 - Remove distributed training support 2019-04-01 18:43:22 +02:00
Tilman Kamp
0c669723c7 Default training setup for new cluster 2018-09-11 17:18:46 +02:00
Reuben Morais
6ad9cc78a9 Ignore all .egg-infos 2017-11-17 18:26:32 +01:00
Chris Lord
ac4e2b8364 Add Node.js bindings 2017-06-27 10:38:41 +01:00
Chris Lord
d829eb4436 Split audioToInputVector into a separate library
Split out functions that don't depend on TensorFlow into a separate
library to avoid opening the TensorFlow library if it's not necessary.
2017-06-27 10:16:54 +01:00
Tilman Kamp
89e7255b2d Fix #597; Adding support for user scripts 2017-05-24 08:30:32 -07:00
Tilman Kamp
e35fd8d464 Fix #493; DeepSpeech part of SLURM cluster support 2017-05-18 03:20:24 -07:00
Chris Lord
10068fc40e Add libdeepspeech python bindings 2017-05-02 10:41:59 +01:00
Tilman Kamp
8d21d0cbd2 Fix #328; distributed TensorFlow 2017-03-31 17:10:34 +02:00
Kelly Davis
b7d54257be Fixed #92 2016-10-26 11:12:26 +02:00
Kelly Davis
a3abc9d92a Merge of pull requests #49, #50, and #52. Fixes issues #2, #4, #11, #12, #46, #47, and #48 2016-10-13 15:15:39 -04:00
Tilman Kamp
7dcdf3d0a1 Fix #16; Logging activations and gradients 2016-09-27 14:27:31 +02:00
Kelly Davis
9eebe98aa9 Adding CTC to notebook 2016-09-19 06:11:42 +02:00