layers = importCaffeLayers('MemNet_M6R6_80C64_train.prototxt')
Gives the error:
Error using nnet.internal.cnn.caffe.CaffeModelReader/importLayers (line 294)
The layer 'weight_output_end_01' specifies a Scale layer without a preceding BatchNorm layer. Scale layers are only supported when preceded by a BatchNorm layer.
Error in importCaffeLayers (line 73)
layers = importLayers(readerObj);
Using MatlabR2021a
layers = importCaffeLayers('MemNet_M6R6_80C64_train.prototxt')
Gives the error:
Error using nnet.internal.cnn.caffe.CaffeModelReader/importLayers (line 294)
The layer 'weight_output_end_01' specifies a Scale layer without a preceding BatchNorm layer. Scale layers are only supported when preceded by a BatchNorm layer.
Error in importCaffeLayers (line 73)
layers = importLayers(readerObj);
Using MatlabR2021a