Methodforward :param x: Shape: [b, 2048, h, w] :return: out: Feature maps. Shape: [b, 2048, h, w]
model/methods/APCNN.py:185
Methodforward bottom1: 1st input, 4D Tensor of shape [batch_size, input_dim1, height, width]. bottom2: 2nd input, 4D Tensor of shape [batch_size, i
model/methods/CBCNN.py:96