benben
Results
1
comments of
benben
try modify the utilities.py line 51: from: y = pooling_indices//(output_shape[2]*output_shape[3]) to y = pooling_indices//(output_shape[2]*output_shape[3]) % output_shape[1] > The indices in argmax are flattened, so that a maximum value at position...