diff --git a/paddle/gserver/tests/test_PriorBox.cpp b/paddle/gserver/tests/test_PriorBox.cpp index 1a7217ab943f7275a40d2f72cd0998c587a1a1e7..1dab21218e49d7684598bfc9002f2dd9a37765b5 100644 --- a/paddle/gserver/tests/test_PriorBox.cpp +++ b/paddle/gserver/tests/test_PriorBox.cpp @@ -53,7 +53,7 @@ void doOnePriorBoxTest(size_t featureMapWidth, LayerMap layerMap; vector datas; initDataLayer( - configt, &dataLayers, &datas, &layerMap, "priorbox", 1, false, true); + configt, &dataLayers, &datas, &layerMap, "priorbox", 1, false, false); dataLayers[0]->getOutput().setFrameHeight(featureMapHeight); dataLayers[0]->getOutput().setFrameWidth(featureMapWidth); dataLayers[1]->getOutput().setFrameHeight(imageHeight);