tensorflow::ClientSession::Run cause Segmentation fault
wangxiang2713 opened this issue · 1 comments
wangxiang2713 commented
System information
- Centos 7
- TensorFlow version: nv20.12
- Python version: 3.6.8
- Bazel version: 0.24.1
- GCC/Compiler version: 8.3.1
- CUDA/cuDNN version: cuda11.4 and cudnn8.2
Hi, i just build so file from source and succeed, but Segmentation fault occured when i call tensorflow::ClientSession::Run.
By the way, i get error when run sh build_all_linux.sh like:
../../internal/counter.c:29:8: note: ‘struct nsync::nsync_counter_s_’ declared here
struct nsync_counter_s_ {
DEKHTIARJonathan commented
Can you try using the latest version of TensorFlow 22.03 ? 20.12
starts to be really old.