ethz-asl / segmap

A map representation based on 3D segments
BSD 3-Clause "New" or "Revised" License
1.07k stars 393 forks source link

tensorflow compiling errors #166

Closed nonlinear1 closed 4 years ago

nonlinear1 commented 4 years ago

When I compiling the tensorflow with "bazel build --config=opt --define framework_shared_object=true tensorflow:libtensorflow_cc.so" An error occurs: Killed ERROR: /home/manifold/tensorflow-r1.8/tensorflow/core/kernels/BUILD:2834:1: output 'tensorflow/core/kernels/_objs/cwise_op_gpu/cwise_op_gpu_mul.cu.pic.o' was not created ERROR: /home/manifold/tensorflow-r1.8/tensorflow/core/kernels/BUILD:2834:1: not all outputs were created or valid Target //tensorflow:libtensorflow_cc.so failed to build Use --verbose_failures to see the command lines of failed build steps. INFO: Elapsed time: 1435.427s, Critical Path: 189.81s INFO: 3267 processes: 3267 local. FAILED: Build did NOT complete successfully Anyone know how to solve? Thank you very much!