-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Disable tensorflow warnings
> tensorflow/compiler/xla/service/service.cc:168] XLA service 0x25a7159eaa0 initialized for platform Host (this does not guarantee that XLA will be used).
> tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2자꾸 위와 같은 워닝 메시지가 나와서 짜증났다.
해결
pip install silence_tensorflowfrom silence_tensorflow import silence_tensorflow
silence_tensorflow()
from keras.models import load_model이렇게 해주면 해결
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels