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 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?