Caffe中的Blob数据结构

Blob是caffe最基础的数据结构。它有4维[num_,channels_,height_,width_] 我们通过代码来看看 #include <vector> #include <iostream> #include <caffe/blob.hpp> using namespace caffe; using namespace std; int main(void){     //声明一个B
相关文章
相关标签/搜索