I have a dataset containing grayscale images and I want to train a state-of-the-art CNN on them. I\'d very much like to fine-tune a pre-trained model (like the ones here).>
You can use OpenCV to convert GrayScale to RGB.
cv2.cvtColor(image, cv2.COLOR_GRAY2RGB)