Skip to content
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
This repository was archived by the owner on Oct 1, 2019. It is now read-only.

Data blob's shape incompatible with training's data shape during testing. #164

@omair18

Description

@omair18

I trained my model using data shape = 10x1x32x32x32 in a hdf5 file (see 1st screenshot). But when I load my trained model in python using caffe.Net() and a deploy.prototxt file (screenshot 2) mentioning input_dim my data blob's shape returned is 10x1x32x32 which is a 4D vector whereas data loaded at the time of training was a 5D vector.
Why is there such difference? How can I correct this problem?

selection_007
selection_009
selection_008

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions