[enco] Adjust input size for 001 test (#1255)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 30 Aug 2018 08:49:35 +0000 (17:49 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 30 Aug 2018 08:49:35 +0000 (17:49 +0900)
This commit adjusts inputs size of 001 test to reduce test time.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/test/caffe/001/test.prototxt

index a36be3a..b56731c 100644 (file)
@@ -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"