Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AV

When using session() session in tensorflow, sess.run(), Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AV appears. Search on the Internet, it is said that the CPU is not good, this problem can be ignored and does not affect the operation of the program.

Add at the beginning of the program:

import
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326432193&siteId=291194637