Search Criteria
Package Details: deepspeech 0.9.3-1
Package Actions
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: | MPL2 |
Submitter: | onny |
Maintainer: | None |
Last Packager: | xantares |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-17 12:34 (UTC) |
Last Updated: | 2021-03-26 22:00 (UTC) |
Dependencies (8)
- sox (sox-dsd-gitAUR)
- bazel (bazel-gitAUR, bazel024-binAUR, bazel3AUR, bazel3-binAUR, bazel5AUR, bazelisk-gitAUR, bazeliskAUR, bazelisk-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (make)
- python-pip (make)
- python-wheel (make)
- sox (sox-dsd-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Latest Comments
« First ‹ Previous 1 2
krushndayshmookh commented on 2019-06-20 06:13 (UTC)
Build failed with:
lesto commented on 2018-01-23 23:42 (UTC)
@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 (UTC) (edited on 2018-01-15 22:55 (UTC) by crypdick)
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 (UTC)
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!
« First ‹ Previous 1 2