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.

Testing 3D trained model using Python Script & Deploy file #163

@omair18

Description

@omair18

I was successful in training my 3D dataset by giving 5D tensor ( 10x1x32x32x32) to the network. Now I'm using python script to load the trained model and deploy.prototxt and giving the input test dataset in the form of 5D tensor ( 10x1x32x32x32) but caffe outputs a ValueError saying "could not broadcast input array from shape (10,1,32,32,32) into shape (10,1,32,32).
Isn't it the right way to do? why my model is expecting a 10,1,32,32 shape?
image

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