Reputation: 23
I have a probably dumb question. Should the outputs for NWHC and NCHW formats be the same for different layers in a convolutional neural network (e.g. depthwise conv2d, reg conv2d, pooling, etc.) - specifically when testing using vectors to represent input/output.
I understand that the indexing is different for the 2 formats, but the results should be the same, right?
Upvotes: 0
Views: 674