TextField
TextField copied to clipboard
loss当做的num是什么
源代码 top[0].data[...] = np.sum((self.distL1**2)*(self.weightPos + self.weightNeg)) / bottom[0].num / 2. / np.sum(self.weightPos + self.weightNeg) 当中bottom[0].num中的num是什么,好像Python当中没有这个