You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2019. It is now read-only.
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?