NVIDIA / tensorflow

An Open Source Machine Learning Framework for Everyone
https://developer.nvidia.com/deep-learning-frameworks
Apache License 2.0
962 stars 144 forks source link

tensorflow::ClientSession::Run cause Segmentation fault #62

Open wangxiang2713 opened 2 years ago

wangxiang2713 commented 2 years ago

System information

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 2 years ago

Can you try using the latest version of TensorFlow 22.03 ? 20.12 starts to be really old.