如何理解fluid.data中的shape参数
shape = [-1, 3, 28, 28]
shape = [3, 28, 28]
shape = [-1, 1]
shape = [-1, 2, 1]
应该如何理解这边的数字呢?
如何编译出自带的yolov3 demo cxx版
/yolov3_detection/yolov3_detection.cc
但 ./lite/tools/build.sh x86 编译后没有yolov3 demo目标码,请问如何编译出linux下yolov3 demo可执行代码?
...