Closed MrinalJain17 closed 6 years ago
PyTorch and theano (and possible other frameworks) have the channels in the first dimension (the zeroth dimension being the batch size).
As of now, the channels are in the last dimension (for frameworks like Tensorflow).
The channels here, refer to the RGB or gray channel.
Starting with version 1.0.4, this feature has been implemented - 910b4f41e5d54f816c62312983ce8d77d3be1bfd
PyTorch and theano (and possible other frameworks) have the channels in the first dimension (the zeroth dimension being the batch size).
As of now, the channels are in the last dimension (for frameworks like Tensorflow).
The channels here, refer to the RGB or gray channel.