반응형
FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
2018-01-19 17:11:38.695932: I C:\tf_jenkins\home\workspace\rel-win\M\windows\PY\36\tensorflow\core\platform\cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
해결 방법
나는 이것들로 시도했고 그것은 나에게 동일한 문제를 해결했다.
import os
os.environ["TF_CPP_MIN_LOG_LEVEL"]="3"
참조 페이지 https://stackoverflow.com/questions/48340392
반응형
'파이썬' 카테고리의 다른 글
파이썬 How to break a line of chained methods in Python? (0) | 2020.10.14 |
---|---|
파이썬 How do I do greater than/less than using MongoDB? (0) | 2020.10.14 |
파이썬 Python 생성자 및 기본값 (0) | 2020.10.14 |
파이썬 Python: How to remove empty lists from a list? (0) | 2020.10.14 |
파이썬 Check if a Python list item contains a string inside another string (0) | 2020.10.14 |
댓글