Search Criteria
Package Details: deepspeech 0.9.3-1
Git Clone URL: | https://aur.archlinux.org/deepspeech.git (read-only, click to copy) |
---|---|
Package Base: | deepspeech |
Description: | A TensorFlow implementation of Baidu's DeepSpeech architecture |
Upstream URL: | https://github.com/mozilla/DeepSpeech |
Keywords: | deep-learning machine-learning neural-networks speech-recognition speech-to-text tensorflow |
Licenses: | |
Submitter: | onny |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-17 12:34 |
Last Updated: | 2020-12-19 18:10 |
Dependencies (8)
- sox (sox-dsd-git)
- bazel (bazel-git, bazel024-bin, bazel024, bazel2, bazelisk, bazelisk-bin) (make)
- git (git-git) (make)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl) (make)
- python-pip (make)
- python-wheel (make)
- sox (sox-dsd-git) (make)
- wget (wget-git) (make)
Latest Comments
tobil commented on 2021-02-03 12:24
I get with current manjaro
pix3l commented on 2020-11-05 11:00
ERROR: The project you're trying to build requires Bazel 3.1.0 (specified in /mnt/magazyn/archlinux/aur-deepspeech/src/DeepSpeech-0.9.0/tensorflow/.bazelversion), but it wasn't found in /usr/bin
I've bazel 3.7.0-1, shouldn't that be enough?
BTW, shouldn't it be linked against system-wide TensorFlow (and potentially use optimized build for nVidia CUDA or AMD ROCm?
xantares commented on 2020-09-07 17:19
should be ok now
pomputer commented on 2020-08-26 13:33
Build failed with:
kinoe commented on 2020-01-11 10:38
Build here failed with:
WARNING: The following rc files are no longer being read, please transfer their contents or import their path into one of the standard rc files: /var/tmp/pamac-build-kinoe/deepspeech/src/tensorflow/tools/bazel.rc
FATAL: Could not find system javabase. Ensure JAVA_HOME is set, or javac is on your PATH. Traceback (most recent call last): File "configure.py", line 1455, in <module> main() File "configure.py", line 1346, in main check_bazel_version('0.5.4') File "configure.py", line 459, in check_bazel_version curr_version = run_shell(['bazel', '--batch', 'version']) File "configure.py", line 154, in run_shell output = subprocess.check_output(cmd) File "/usr/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['bazel', '--batch', 'version']' returned non-zero exit status 36.
==> ERROR: An error happened in build (). Aborting ... Error making: deepspeech
krushndayshmookh commented on 2019-06-20 06:13
Build failed with:
lesto commented on 2018-01-23 23:42
@crypdick unistall bazel and retry.
also i suggest to change "export CC_OPT_FLAGS="-march=x86-64"" to "export CC_OPT_FLAGS="-march=native"" to enable ALL the optimization for your hardware
crypdick commented on 2018-01-15 22:54
I edited the PKGBUILD using a216's instructions but I'm getting an error about sycl_library_path:
EDIT moved to a gist: https://gist.github.com/crypdick/3afe9083dbf65ff9f8a2a0dcc3b91b10
a216 commented on 2017-12-22 05:38
Thanks for packaging this! I ran into a small error: there should be another colon between the filename and the url on the source line, like so:
source=("deepspeech-${pkgver}.tar.gz::https://github.com/mozilla/DeepSpeech/archive/v${pkgver}.tar.gz" "git+https://github.com/mozilla/tensorflow.git")
This is documented at <https://wiki.archlinux.org/index.php/PKGBUILD#source>
Thanks again, can't wait to play around with this!