ubuntu 18.04 64bit build tensorflow report error:C++ compilation of rule '//tensorflow/core/kernels:broadcast_to_op' failed (Exit 4)
时间:2019-01-16 12:38:38
收藏:0
阅读:786
Ans: You are likely running out of memory. Try reducing number of parallel builds by passing ‘--local_resources 2048,.5,1.0‘, which would instruct bazel to spawn no more than one compiler process at the time.
Reference material:
Building from source, gcc issues
原文:https://www.cnblogs.com/dakewei/p/10276312.html
评论(0)