Skip to content

can't import into matlab #8

@meyert11

Description

@meyert11

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions