Software Archive
Read-only legacy content
17061 Discussions

Aborted (core dumped) while using Tensorflow

SURESH__BINU
Beginner
1,452 Views

OS Platform and Distribution (e.g., Linux Ubuntu 16.04): UBUNTU 18.04 LTS

vendor_id    : GenuineIntel
cpu family    : 6
model        : 23
model name    : Intel(R) Core(TM)2 Duo CPU     E7500  @ 2.93GHz

HP-Compaq-6000-Pro-SFF-PC:~$ python3
Python 3.6.7 |Anaconda, Inc.| (default, Oct 23 2018, 19:16:44) 
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
2018-11-28 16:44:48.472980: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use SSE4.2 instructions, but these aren't available on your machine.
Aborted (core dumped)

 

I dont know whether it is a cpu core issue because similarly configured (but windows OS) system runs it smoothly.

I have gone through all the requirements as per the tensorflow demands

please help 


 


 

0 Kudos
1 Reply
ArthurRatz
Novice
1,452 Views

Try re-installing Python, Jupyter Notebook and Keras/TensorFlow library using pip install. Thanks.

0 Kudos
Reply