-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Tensorflow to 1.4 #959
Comments
So far, we need a few hacks (not considering the usual updates needed, like bazel/cuda/cudnn):
|
I have a fix for nsync failures on RPi3. As of now, we can get all tensorflow builds to be green. We need then to see if DeepSpeech is green as well :) |
After testing with upstream's code, However, shape dimensions [1, 64, 494] are still triggering very huge memory use. |
shape=[1, 16, 494] goes up to ~16GB memory use, and produces AOT model \o/ Also, cherry-picked proper upstream fix for |
Has the issue mentioned by lissyx with --- tfcompile_flags not happy with our select() for RPi3 handling been resolved? I pulled the latest commit but still getting this error that seems to be related to the issue above. If not, any ideas why native_client is not compiling with TensorFlow 1.4.0 and throwing this error? It did compile with an earlier version of Tensorflow (1.0). user@gpunode:~/tensorflow$ bazel build -c opt --copt=-O3 //tensorflow:libtensorflow_cc.so //native_client:deepspeech //native_client:deepspeech_utils //native_client:ctc_decoder_with_kenlm //native_client:generate_trie |
No, the work is still ongoing in mozilla/tensorflow#43 |
@spakhomov If you are interested, you should checkout the branch of the PR and also this one, it should work: #971 |
Thanks! In the meantime, I tried @lissyx suggestion and that branch compiled fine - no errors. |
I spoke too soon... It looks like the libraries built fine, but now I am getting errors with linking to libdeepspeech library when trying to make deepspeech in native_client: pakh0002@gpunode:~/DeepSpeech/native_client$ make deepspeech |
@spakhomov Please avoid using this space for this kind of discussion, github issues are the where we should do that ; https://discourse.mozilla.org/c/deep-speech is more suited for this :) Besides, it's likely to be because of no |
https://tools.taskcluster.net/groups/YV2ohIi4QAqOiOhTaSyKiQ is the task group for the latest push against current master, once that is green, I will proceed with: It is expected (1) will fail until (2) produces its output. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
We should merge upstream r1.4 onto mozilla/tensorflow's master branch.
Tracking PR for the WIP is mozilla/tensorflow#43
The text was updated successfully, but these errors were encountered: