Replies: 14 comments
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> charlesdeepk |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> charlesdeepk |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> charlesdeepk |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> charlesdeepk |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> charlesdeepk
[February 26, 2021, 9:59pm]
I modified deepspeech.cc to accept samples as float in addition to short
because my audio sample source gives them as float and having to convert
them to short just to have deepspeech convert them right back to float
is a waste.
However, to make this easier to reproduce, I will try to compile it
without any modification.
I configured tensorflow with nothing (no cuda, etc) but /arch:AVX2
(/arch:AVX is the default).
The command to build libdeepspeech I used is as follows: slash
bazel build --workspace_status_command='bash native_client/bazel_workspace_status_cmd.sh' --config=monolithic -c opt --copt=-O3 --copt='-D_GLIBCXX_USE_CXX11_ABI=0' --copt=-fvisibility=hidden //native_client:libdeepspeech.so
slashThis is copied verbatim from the building guide at [the official
#compile-deepspeech)
I run it, and after dowloading needed librearies and compiling for a few
minutes I get this error: error -
Pastebin.com slash
PD: MSVC is generating logs in spanish. If you don't understand the
logs, the error code is
C2678: binary 'operator' : no operator defined which takes a left-hand operand of type 'const Proxy' (or there is no acceptable conversion)
I am running on Windows 10 LTCS build 17763. All msvc c++ 2013, 2015 and
2019 libraries are installed. The bazel version is 3.1.0 as stated in
the guide. The tensorflow version is the same as in the deepspeech repo.
[This is an archived TTS discussion thread from discourse.mozilla.org/t/error-s-compiling-libdeepspeech-so]
Beta Was this translation helpful? Give feedback.
All reactions