import tensorflow 오류

Tensorflow import 에 Future 경고 오류 가 발생 했 습 니 다.
Win 10 에서 Anaconda python 3.5 에 Tensorflow 1.4 버 전 을 설치 하면 Tensorflow 를 불 러 오 는 중 다음 과 같은 오류 가 발생 합 니 다. C: \ Users \ \ admin \ AppData \ Local \ conda \ \ conda \ envs \ python 35 \ lib \ site - packages \ h5pyinit__.py:36: 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
해결 방법: 새 버 전의 h5py: pip install h5py = = 2.8.0rc 1 설치
참고:https://stackoverflow.com/questions/48340392/futurewarning-conversion-of-the-second-argument-of-issubdtype-from-float-to

좋은 웹페이지 즐겨찾기