Rylah's Study & Daily Life
This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX AVX2To enable them in other operations, rebuild TensorFlow with the appropriate compiler f.. 본문
Study/Deep Learning
This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX AVX2To enable them in other operations, rebuild TensorFlow with the appropriate compiler f..
Rylah 2022. 1. 22. 11:51This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX AVX2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
오류 해결은 다음과 같다.
정확하게는 설정에서 뜨지 않게 옵션을 내리는 것이다.
하지만 충분히 테스트가 되므로 끄는것이 속 편하다.
import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
'Study > Deep Learning' 카테고리의 다른 글
[TensorFlow] 03. CNN - Fashion Items (0) | 2022.01.26 |
---|---|
[TensorFlow] 02. DNN - Boston House Value (0) | 2022.01.23 |
[TenserFlow] 01. MNIST (0) | 2022.01.22 |
01. Deep Learning Historical Review (0) | 2022.01.17 |
00. 딥러닝 기본 용어 설명 (0) | 2022.01.17 |