Why does VGG trained from scratch throw an error when input channes are changed to more than three?
Using this guide on how to implemenent VGG19 from scratch, I changed the input shape but gives error. How do I modify this layer to accept images with more than 3 channels?
Why does VGG trained from scratch throw an error when input channes are changed to more than three?
Using this guide on how to implemenent VGG19 from scratch, I changed the input shape but gives error. How do I modify this layer to accept images with more than 3 channels?