我已将numpy更新为1.14.0。我使用Windows 10.我试图运行我的代码,我收到了这个错误:
AttributeError:module'numpy'没有属性'square'
以下是我的导入:
%matplotlib inline
import matplotlib.pyplot as plt
import tensorflow as tf
import numpy as np
from sklearn.metrics import confusion_matrix
import math
答案 0 :(得分:4)
我删除了numpy.py然后更新了我的numpy并且它工作了!