-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
我还是认为,
pooling.py的79行,应该对self.index有一个清零的步骤,self.index = np.zeros(self.input_shape)
即:
forward(self, x):
out = np.zeros([x.shape[0], x.shape[1] / self.stride,
x.shape[2] / self.stride, self.output_channels])
self.index = np.zeros(self.input_shape)
for b in range(x.shape[0]):
............................
供讨论
Metadata
Metadata
Assignees
Labels
No labels