Commit Graph

1683 Commits

Author SHA1 Message Date
Reuben Morais
f397006436 Make Metadata.items more idiomatic in Python bindings 2019-04-24 21:35:10 -03:00
lissyx
9815d54218
Merge pull request #2022 from lissyx/expose-metadata
Expose extended metadata information to bindings
2019-04-24 23:06:33 +02:00
Alexandre Lissy
a9717e702a Fix python linter 2019-04-24 20:12:40 +02:00
Alexandre Lissy
c3c3a3fb81 Expose extended metadata information to bindings
Fixes #2006
2019-04-24 20:12:39 +02:00
Reuben Morais
8f01cca448
Merge pull request #2058 from dabinat/json-output
Change CSV output to JSON
2019-04-18 01:12:54 +00:00
dabinat
fa09736d9b Simplified string formatting 2019-04-17 13:46:05 -07:00
dabinat
8ad7e8e6d5 Changed CSV output to JSON 2019-04-16 15:25:01 -07:00
Reuben Morais
1e601d5c4a
Merge pull request #2038 from mozilla/split-dev-test-epochs
Perform separate validation and test epochs per dataset when multiple files are specified (Fixes #1634 and #2043)
2019-04-16 15:23:16 +00:00
Reuben Morais
904ab1e288 Centralize progress logging and progress bar logic 2019-04-16 11:06:26 -03:00
Reuben Morais
9586fbbd30 Rename --train_cached_features_path to --feature_cache 2019-04-16 11:06:26 -03:00
Reuben Morais
bfa070e6c3 Compute weighted average of individual dev set losses 2019-04-16 11:06:26 -03:00
Reuben Morais
911a1ce4b1 Do separate test epochs if multiple input files are specified 2019-04-16 11:06:26 -03:00
Reuben Morais
58e9b1a78e Log total optimization time 2019-04-16 11:01:40 -03:00
Reuben Morais
a85af3da49 Do separate validation epochs if multiple input files are specified 2019-04-16 11:01:38 -03:00
Reuben Morais
68c17611c6
Merge pull request #2040 from mozilla/pylint-hook
Add linter config for Python and CI integration on PRs
2019-04-12 15:51:33 +00:00
Reuben Morais
f27ed522af Git pre-commit hook instructions 2019-04-12 11:06:14 -03:00
lissyx
718fd437ec
Merge pull request #2044 from dabinat/word-timings
Fix spaces being appended to word
2019-04-12 08:48:28 +02:00
lissyx
cdf4fe3dcd
Merge pull request #2046 from lissyx/fix-decision-task
Upgrade system for Python 3.5 for decision task
2019-04-12 00:40:23 +02:00
Alexandre Lissy
42e649809c Upgrade system for Python 3.5 for decision task
NetworkX upgrade has no more support for Python 3.4

Fixes #2045
X-DeepSpeech: NOBUILD
2019-04-12 00:28:04 +02:00
dabinat
ec50fb9839 Fixed an issue where spaces may be appended to word 2019-04-11 12:52:10 -07:00
Reuben Morais
2645da0290
Merge pull request #2042 from mozilla/move-dotnet
Move .NET bindings to native_client folder
2019-04-11 18:30:43 +00:00
Josh Meyer
6fcad513e8
Native Client README split (#2002)
Re-factioning the `native_client` README. 

This PR removes redundancies between the master README and the `native_client` README, keeping only instructions for building in the `native_client` README. 

All installation instructions for built binaries / language bindings remain in the master README.
2019-04-11 20:27:59 +02:00
Reuben Morais
97941db3d8 Move .NET bindings to native_client folder 2019-04-11 13:09:45 -03:00
Reuben Morais
6a0c186b5c Correct mistake in len check
X-DeepSpeech: NOBUILD
2019-04-11 12:07:04 -03:00
Reuben Morais
91421a3466 Mention linting in README 2019-04-11 07:02:24 -03:00
Reuben Morais
13757a4258 Fix pylint warnings 2019-04-11 07:02:21 -03:00
lissyx
a05989439e
Merge pull request #2035 from lissyx/electronjs
Build for ElectronJS
2019-04-11 09:43:55 +02:00
Alexandre Lissy
7bd1619120 Build for ElectronJS
Fixes #2032
2019-04-11 08:32:10 +02:00
Reuben Morais
a16e468498 Add pylint CI 2019-04-10 21:21:26 -03:00
lissyx
c51acc1c3b
Merge pull request #2033 from lissyx/test
Remove useless install step
2019-04-10 22:07:33 +02:00
Alexandre Lissy
5a6e32de5c Enable 'use strict' and remove 'node-pre-gyp install'
Fixes #2034
2019-04-10 22:03:51 +02:00
Tilman Kamp
78247c2377
Merge pull request #2037 from tilmankamp/fix2036
Fix #2036 - Using dev_loss in validation log message
2019-04-10 12:10:40 +02:00
Tilman Kamp
4f2d1ecc25 Fix #2036 - Using dev_loss in validation log message 2019-04-10 11:51:17 +02:00
Reuben Morais
625064c4ae
Rename Windows CUDA native client package to match Linux package
X-DeepSpeech: NOBUILD
2019-04-09 22:36:25 +00:00
Reuben Morais
ed7f6bf4ce
Update CUDA dependency section for TF 1.13
X-DeepSpeech: NOBUILD
2019-04-09 13:56:52 +00:00
Tilman Kamp
ca4300fe7f
Merge pull request #2028 from tilmankamp/fix2020
Fix #2020 - Testing best-dev checkpoint
2019-04-09 15:25:12 +02:00
Tilman Kamp
a0c0918e25 Lazy-create global_step 2019-04-09 15:08:09 +02:00
Tilman Kamp
42e5d78e9a Fix #2020 - Testing best-dev checkpoint 2019-04-09 15:08:09 +02:00
Reuben Morais
4b7c00fc36
Merge pull request #2023 from mozilla/dset-size
Don't calculate dataset size by hand, use tf.errors.OutOfRangeError
2019-04-09 09:19:35 -03:00
Reuben Morais
fdc7d77ad6 Log start and end of epoch if progress bar is disabled 2019-04-09 09:12:58 -03:00
Kelly Davis
1c84898f7b
Merge pull request #2029 from mdigiorgio/fix-clang-compilation
Use std::map to fix compilation issue with clang
2019-04-09 14:03:15 +02:00
Michele Di Giorgio
aa27c61d01 Use std::map to fix compilation issue with clang
When building with clang the following compilation error is thrown:

symbol-table.h:199:3: error: no template named 'map'
    map<int64, int64> key_map_;
    ^

This patch solves that issue by explicitly specifying the std namespace.
2019-04-09 11:37:59 +01:00
lissyx
a4a9d365d2
Merge pull request #2027 from lissyx/ec2-decision
Use EC2 Ubuntu mirrors for decision task
2019-04-09 09:49:20 +02:00
Alexandre Lissy
beb811e0f3 Use EC2 Ubuntu mirrors for decision task 2019-04-09 09:11:18 +02:00
Reuben Morais
8fa35518ea
Merge pull request #2024 from mozilla/fix-warning-typo
Fix typo in warning name
2019-04-08 21:33:46 -03:00
Reuben Morais
1c52008572
Fix typo in warning name 2019-04-08 22:29:30 +00:00
Reuben Morais
0b4b806cbf
Merge pull request #2011 from mozilla/free-strings
Provide an API function to free strings returned by API (Fixes #1979)
2019-04-08 19:25:34 -03:00
Reuben Morais
8053548e34 Check for KeyboardInterrupt directly instead of using tf.train.Coordinator 2019-04-08 18:05:20 -03:00
Reuben Morais
cc351cd607 Clean up progress bars for unknown size datasets 2019-04-08 18:04:08 -03:00
Reuben Morais
6ab91f37ec Don't calculate dataset size by hand, use tf.errors.OutOfRangeError 2019-04-08 16:18:15 -03:00