I\'ve got the following instruction:
x = self.net.rgb_conv(torch.cat((image_nd, coord_features), dim=1))
where self.net.rgb_conv is<