I am running fcn-alexnet for semantic segmentation, I downloaded the pretrained model. Since my data is single channel,it is showing an error:
ERROR: Cannot copy param 0 weights from layer 'conv1'; shape mismatch. Source param shape is 96 3 11 11 (34848); target param shape is 96 1 11 11 (11616). To learn this layer's parameters from scratch rather than copying from a saved net, rename the layer.
Could someone please guide me? The shape is as follows:
Feature shape (1, 256, 256)
Label shape (1, 256, 256)