Update DetectionOutputLayer.cpp

Add a space
update-doc-pybind
Yuan Gao 8 years ago committed by GitHub
parent d3deb6faba
commit 17bc593ca2

@ -143,7 +143,7 @@ void DetectionOutputLayer::forward(PassType passType) {
resetOutput(numKept, 7);
} else {
MatrixPtr outV = getOutputValue();
if (outV) outV->resize(0,0);
if (outV) outV->resize(0, 0);
return;
}
MatrixPtr outV = getOutputValue();

Loading…
Cancel
Save