How can I use a pre-trained neural network with grayscale images?
The model’s architecture cannot be changed because the weights have been trained for a specific input configuration. Replacing the first layer with your own would pretty much render the rest of the weights useless. — Edit: elaboration suggested by Prune– CNNs are built so that as they go deeper, they can extract high-level features derived … Read more