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

123 Коммитов

Автор SHA1 Сообщение Дата
Kathy Reid 08329656cc
Ensure `curl` has `-L` flag to download native client
Because GitHub seems to be using 302 redirects to serve files off of some sort of CDN, and plain `curl` fails
2021-05-16 15:55:34 +10:00
Kathy Reid 4af293503c
Merge pull request #21 from mozilla/feature/19-github-actions
Add GitHub Actions CI documentation
2021-04-29 08:51:08 +10:00
Kathy Reid e8f2578936 Remove reference to _manually_ in prebuilding the cache for extra clarity 2021-04-29 08:50:21 +10:00
Kathy Reid efad72227f Add information about TensorFlow build cache and caching workflow dependencies 2021-04-27 10:20:25 +10:00
Kathy Reid a3b20be8dd Add info about Tensorflow build cache causing the GitHub Actions to take a long time to execute 2021-04-25 15:12:59 +10:00
Kathy Reid 16ce41a26e Respond to feedback from lissyx and reuben 2021-04-23 08:46:48 +10:00
Kathy Reid 1f96beb2c0 Initial commit of GitHub Actions CI documentation. 2021-04-21 07:53:11 +10:00
Kathy Reid dbd6a116af
Update Issue link for feedback 2021-03-25 06:05:50 +11:00
Kathy Reid 70ae194594
Merge pull request #18 from mozilla/feature/scorer
Fix nits, add piece on error message for `force_bytes_output_mode`
2021-03-20 11:19:41 +11:00
Kathy Reid 5b399fd1d6 Fix nits, add piece on error message for `force_bytes_output_mode` 2021-03-20 11:18:30 +11:00
Kathy Reid 81eb17db4f
Merge pull request #14 from mozilla/feature/scorer
Add information on generating new scorer file, contributes to #3
2021-03-20 11:17:43 +11:00
Kathy Reid 9b80941939 Responded to review feedback from @lissyx, partially resolves #3 2021-03-17 17:33:20 +11:00
Kathy Reid bb447eed65
correct incorrect directory name - s/persistent_data/deepspeech-data 2021-03-17 17:10:29 +11:00
Kathy Reid 09f8747465 Partial progress on the feedback from @lissyx 2021-03-17 17:06:25 +11:00
Kathy Reid fb55586137
Merge pull request #17 from mozilla/feature/dropout-rate
Added information on `--dropout_rate` hyperparameter, resolves #16
2021-03-05 14:44:56 +11:00
Kathy Reid 70b192a6b8 Added information on `--dropout_rate` hyperparameter, resolves #16 2021-03-05 14:44:08 +11:00
Kathy Reid 220455202a Added information about generating `--default_alpha` & `--default_beta` 2021-03-05 13:50:46 +11:00
Kathy Reid 7e01d8153c
Merge pull request #15 from mozilla/feature/sox-deps-4
Add instruction to install `sox` for CV data, add section on custom d…
2021-02-28 14:18:43 +11:00
Kathy Reid c8f7cf8521 Add instruction to install `sox` for CV data, add section on custom docker image 2021-02-28 14:17:07 +11:00
Kathy Reid e4f9118245 Minor wording change for #14 2021-02-28 13:27:06 +11:00
Kathy Reid d3bd92a395 Add paragraph on scorer being available on all platforms for use on-device, per feedback on #14 2021-02-28 13:14:48 +11:00
Kathy Reid 61e6acb91a Underlined use of Docker image per @lissyx feedback on #14 2021-02-28 13:08:46 +11:00
Kathy Reid 7b0b362059 Add information on generating new scorer file, contributes to #3 2021-02-27 09:04:17 +11:00
Kathy Reid 6d322ed85e
Merge pull request #13 from mozilla/feature/info-checkpoints
Add info on checkpoints and explanations of checkpoint parameters. Re…
2021-02-24 17:55:39 +11:00
Kathy Reid 5dd6ce9480 Add info on checkpoints and explanations of checkpoint parameters. Resolves #6 2021-02-24 17:55:13 +11:00
Kathy Reid cf1fe5393f
Merge pull request #12 from mozilla/feature/use-tags-for-docker-image-
Changed instructions to use name and tag of image instead of id to ma…
2021-02-24 11:23:40 +11:00
Kathy Reid 9255ccc086 Changed instructions to use name and tag of image instead of id to make it easier, resolves #9 2021-02-24 11:22:37 +11:00
Kathy Reid b0f47acfbe
Merge pull request #11 from mozilla/feature/version-tagging-docker-pull
Change `:latest` tag to `v0.9.3` so user is pulling a _stable_ image
2021-02-24 10:22:51 +11:00
Kathy Reid 96147b94d2 Change `:latest` tag to `v0.9.3` so user is pulling a _stable_ image 2021-02-24 10:22:09 +11:00
Kathy Reid bedda813ef
Update DEPLOYMENT.md
Fix typo, provide example of passing `--export_tflite` parameter during training.
2021-02-24 09:09:11 +11:00
Kathy Reid 3cf312f426
Merge pull request #8 from mozilla/feature/explain-n-hidden
Added info on RLROP, n_hidden and early stopping, partially resolves #5
2021-02-23 22:06:49 +11:00
Kathy Reid 9772f4cbc2 Added info on LROP, n_hidden and early stopping, partially resolves #5 2021-02-23 22:03:09 +11:00
Kathy Reid d68c341f0a
Merge pull request #7 from mozilla/feature/improve-testing-5
Add code example for running testing from checkpoint, resolves #5
2021-02-23 15:00:38 +11:00
Kathy Reid 74c3ef5805 Add code example for running testing from checkpoint, resolves #5 2021-02-23 14:59:46 +11:00
Kathy Reid f4a47222fe typo in gpus all 2021-02-11 07:18:57 +11:00
Kathy Reid 2384bcd09a Added in `--gpus-all` parameter. Thanks hammono via Twitter. 2021-02-11 06:57:59 +11:00
Kathy Reid 35a21207e7
Remove reference to Docker volume
I missed this in the rewrite to use _bind mounts_
2021-02-10 10:34:36 +11:00
Kathy Reid ac7b323424 Fix backlink, thx zaptrem 2021-02-09 23:33:16 +11:00
Kathy Reid 2d7d18a26b
Merge pull request #31 from JRMeyer/feature/use-docker-hub-deepspeech-train
Rewrote ENVIRONMENT.md to remove `venv` confusion. Resolves #8, #9, #14
2021-02-09 11:01:28 +11:00
Kathy Reid c1dbeb4a55 Rewrote ENVIRONMENT.md to remove `venv` confusion. Resolves #8, #9, #14 2021-02-09 11:00:06 +11:00
Kathy Reid 9fb57b2100
Merge pull request #30 from JRMeyer/feature/introductory-ml
Added links to introductory ML courses, resolves #26
2021-02-09 00:34:06 +11:00
Kathy Reid b6790ad564 Added links to introductory ML courses, resolves #26 2021-02-09 00:33:24 +11:00
Kathy Reid f1de135b60
Merge pull request #21 from JRMeyer/feature/add-scorer
Added information around scorer / language model. Resolves #6
2021-02-08 23:00:53 +11:00
Kathy Reid 838a255890
Merge pull request #25 from JRMeyer/feature/deployment
Wrote section on deployment based on discussions with @lissyx
2021-02-08 22:56:54 +11:00
Kathy Reid 7c58c28d1f Fix typo, resolves #29 2021-02-05 09:38:48 +11:00
Kathy Reid d928aae3a7 Change `ls -las` to `ls`, resolves #28 2021-02-05 09:31:03 +11:00
Kathy Reid 3828df3ec4 Remove @todo around bindings - they're out of scope of training 2021-02-04 15:15:26 +11:00
Kathy Reid 2cddfdfed8 Remove working notes directory 2021-02-04 14:56:23 +11:00
Kathy Reid 8e78742321 Referred to the examples repository in EXAMPLES.md 2021-02-04 14:55:36 +11:00
Kathy Reid 4903c4a084 Add referral to all the training flags 2021-02-04 14:18:03 +11:00