From: 박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 Date: Thu, 30 Aug 2018 08:49:35 +0000 (+0900) Subject: [enco] Adjust input size for 001 test (#1255) X-Git-Tag: nncc_backup~2002 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed472b1e0af32fd26d502522c440121228189e5a;p=platform%2Fcore%2Fml%2Fnnfw.git [enco] Adjust input size for 001 test (#1255) This commit adjusts inputs size of 001 test to reduce test time. Signed-off-by: Jonghyun Park --- diff --git a/contrib/enco/test/caffe/001/test.prototxt b/contrib/enco/test/caffe/001/test.prototxt index a36be3a..b56731c 100644 --- a/contrib/enco/test/caffe/001/test.prototxt +++ b/contrib/enco/test/caffe/001/test.prototxt @@ -3,7 +3,7 @@ layer { type: "Input" top: "data" input_param { - shape: { dim: 1 dim: 3 dim: 244 dim: 244 } + shape: { dim: 1 dim: 3 dim: 4 dim: 4 } } } layer { @@ -13,7 +13,7 @@ layer { top: "conv" convolution_param { bias_term: false - num_output: 1 + num_output: 2 kernel_size: 1 weight_filler { type: "gaussian"