摘要:
最近用Qt5做了一个项目的界面,在编译成可执行文件EXE之后,运行文件,提示: This application failed to start because it could not find or load the Qt platform plugin "windows"in "". Rein 阅读全文
摘要:
Blob:4个维度 n x c x h x w; bottom[0] 、bottom[1]代表该层有几个输入。 bottom[0]->count(): 输入中,元素的总维数(个数) bottom[0]->nums(): 输入中,块(block)的个数,该参数还对应batch_size,即同时输入了几 阅读全文