Python Forum
Python programming and a dataset
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python programming and a dataset
#9
I installed keras and tqdm on my Ubuntu 16.04 OS.

When I run either program main.py or brute.py I got the error/warning:

I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this
TensorFlow binary was not compiled to use: AVX2

I then googled the error and got this suggestion to type:

export TF_CPP_MIN_LOG_LEVEL=2

It seems to get rid of the error.

I cannot tell you if it works, because the program is far too long in running. It takes several hours.

But what does this message mean and what does my export command do to eliminate it?

Any help appreciated.

Respectfully,

ErnestTBass
Reply


Messages In This Thread
Python programming and a dataset - by ErnestTBass - Feb-04-2019, 03:51 PM
RE: Python programming and a dataset - by buran - Feb-04-2019, 04:24 PM
RE: Python programming and a dataset - by buran - Feb-04-2019, 07:18 PM
RE: Python programming and a dataset - by buran - Feb-05-2019, 02:03 PM
RE: Python programming and a dataset - by buran - Feb-05-2019, 06:02 PM
RE: Python programming and a dataset - by ErnestTBass - Feb-05-2019, 06:18 PM
RE: Python programming and a dataset - by buran - Feb-05-2019, 06:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using Autoencoder for Data Augmentation of numerical Dataset in Python Marvin93 2 3,429 Jul-10-2020, 07:18 PM
Last Post: Marvin93

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020