Caffe net.forward call for multiple batches

拜拜、爱过 提交于 2020-01-05 07:18:05

问题


I am using ImageData type of data in .prototxt file and trying to get the features from python code using net.forward() and net.blobs of caffe library. However, I get only 50 features after net.forward() call which is the batch_size which I have set in .prototxt file.

How can I get the features for subsequent batches? Do I have to call net.forward() multiple times?

来源:https://stackoverflow.com/questions/48520103/caffe-net-forward-call-for-multiple-batches

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!