본문 바로가기

카테고리 없음

Tensor Flow에서 에러 났다.

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