The TensorFlow library wasn't compiled to use SSE instructions .....
위와 같은 에러가 났다
아래와 같이 환경옵션을 주면 해결됨
import os
os.environ['TF_CPP_MIN_LOG_LEVEL']='2'
The TensorFlow library wasn't compiled to use SSE instructions .....
위와 같은 에러가 났다
아래와 같이 환경옵션을 주면 해결됨
import os
os.environ['TF_CPP_MIN_LOG_LEVEL']='2'