如何理解fluid.data中的shape参数
shape = [-1, 3, 28, 28]
shape = [3, 28, 28]
shape = [-1, 1]
shape = [-1, 2, 1]
应该如何理解这边的数字呢?
YOLOv3训练到一半卡住不动
训练到【Epoch 5/20, Batch 27/52】时终端卡住不动了
之前训练的时候报过错误“ERROR: Unexpected bus error encountered in worker. This might be caused by insuff...