tensorflow提示FutureWarning

tensorflow\python\framework\dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.

检查一下numpy的版本,我的是17最新的版本 需要降级: pip install numpy<1.17

问题解决~~~~

你可能感兴趣的:(tensorflow提示FutureWarning)