Is there are direct way to convert a trained RGB resnet50 mxnet model to grayscale. I'm just looking so save some CPU cycles not having to process 3 channels in the the first layer since my input images are grayscale anyway. I'd also like to avoid having to stack 3 grayscale images to create a 3 channel input.
Looking at the params, the first layer that seems to be 3 channels in pretty deep. Does this mean the channels are processed separately and only joined deeper in the model.
I'm working with night vision images.