[enco.caffe] Remove local tests (#3884)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 20 Jun 2019 01:38:57 +0000 (10:38 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 20 Jun 2019 01:38:57 +0000 (10:38 +0900)
enco caffe test framework no longer uses these local tests.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
54 files changed:
contrib/enco/test/caffe/BatchNorm_000/INFERENCE [deleted file]
contrib/enco/test/caffe/BatchNorm_000/test.prototxt [deleted file]
contrib/enco/test/caffe/Concat_000/INFERENCE [deleted file]
contrib/enco/test/caffe/Concat_000/test.prototxt [deleted file]
contrib/enco/test/caffe/Convolution_000/INFERENCE [deleted file]
contrib/enco/test/caffe/Convolution_000/test.prototxt [deleted file]
contrib/enco/test/caffe/Convolution_001/INFERENCE [deleted file]
contrib/enco/test/caffe/Convolution_001/test.prototxt [deleted file]
contrib/enco/test/caffe/Convolution_002/INFERENCE [deleted file]
contrib/enco/test/caffe/Convolution_002/test.prototxt [deleted file]
contrib/enco/test/caffe/Convolution_003/INFERENCE [deleted file]
contrib/enco/test/caffe/Convolution_003/test.prototxt [deleted file]
contrib/enco/test/caffe/Convolution_004/INFERENCE [deleted file]
contrib/enco/test/caffe/Convolution_004/test.prototxt [deleted file]
contrib/enco/test/caffe/Convolution_005/INFERENCE [deleted file]
contrib/enco/test/caffe/Convolution_005/test.prototxt [deleted file]
contrib/enco/test/caffe/Convolution_006/INFERENCE [deleted file]
contrib/enco/test/caffe/Convolution_006/test.prototxt [deleted file]
contrib/enco/test/caffe/Convolution_007/INFERENCE [deleted file]
contrib/enco/test/caffe/Convolution_007/test.prototxt [deleted file]
contrib/enco/test/caffe/Eltwise_000/INFERENCE [deleted file]
contrib/enco/test/caffe/Eltwise_000/test.prototxt [deleted file]
contrib/enco/test/caffe/Eltwise_001/INFERENCE [deleted file]
contrib/enco/test/caffe/Eltwise_001/test.prototxt [deleted file]
contrib/enco/test/caffe/Input_000/INFERENCE [deleted file]
contrib/enco/test/caffe/Input_000/test.prototxt [deleted file]
contrib/enco/test/caffe/Input_001/INFERENCE [deleted file]
contrib/enco/test/caffe/Input_001/test.prototxt [deleted file]
contrib/enco/test/caffe/Pooling_000/INFERENCE [deleted file]
contrib/enco/test/caffe/Pooling_000/test.prototxt [deleted file]
contrib/enco/test/caffe/Pooling_001/INFERENCE [deleted file]
contrib/enco/test/caffe/Pooling_001/test.prototxt [deleted file]
contrib/enco/test/caffe/Pooling_002/INFERENCE [deleted file]
contrib/enco/test/caffe/Pooling_002/test.prototxt [deleted file]
contrib/enco/test/caffe/Pooling_003/INFERENCE [deleted file]
contrib/enco/test/caffe/Pooling_003/test.prototxt [deleted file]
contrib/enco/test/caffe/Pooling_004/INFERENCE [deleted file]
contrib/enco/test/caffe/Pooling_004/test.prototxt [deleted file]
contrib/enco/test/caffe/Pooling_005/INFERENCE [deleted file]
contrib/enco/test/caffe/Pooling_005/test.prototxt [deleted file]
contrib/enco/test/caffe/ReLU_000/INFERENCE [deleted file]
contrib/enco/test/caffe/ReLU_000/test.prototxt [deleted file]
contrib/enco/test/caffe/Regression_0000/INFERENCE [deleted file]
contrib/enco/test/caffe/Regression_0000/test.prototxt [deleted file]
contrib/enco/test/caffe/Scale_000/INFERENCE [deleted file]
contrib/enco/test/caffe/Scale_000/test.prototxt [deleted file]
contrib/enco/test/caffe/Scale_001/INFERENCE [deleted file]
contrib/enco/test/caffe/Scale_001/test.prototxt [deleted file]
contrib/enco/test/caffe/inception_c1/INFERENCE [deleted file]
contrib/enco/test/caffe/inception_c1/test.prototxt [deleted file]
contrib/enco/test/caffe/residual/INFERENCE [deleted file]
contrib/enco/test/caffe/residual/test.prototxt [deleted file]
contrib/enco/test/caffe/residual_bn/INFERENCE [deleted file]
contrib/enco/test/caffe/residual_bn/test.prototxt [deleted file]

diff --git a/contrib/enco/test/caffe/BatchNorm_000/INFERENCE b/contrib/enco/test/caffe/BatchNorm_000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/BatchNorm_000/test.prototxt b/contrib/enco/test/caffe/BatchNorm_000/test.prototxt
deleted file mode 100644 (file)
index 7c0f19d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 4 dim: 4 }
-  }
-}
-layer {
-  name: "batchnorm"
-  type: "BatchNorm"
-  bottom: "data"
-  top: "batchnorm"
-  batch_norm_param {
-    use_global_stats: true
-  }
-}
diff --git a/contrib/enco/test/caffe/Concat_000/INFERENCE b/contrib/enco/test/caffe/Concat_000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Concat_000/test.prototxt b/contrib/enco/test/caffe/Concat_000/test.prototxt
deleted file mode 100644 (file)
index 0c2ee89..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data1"
-  top: "data2"
-  top: "data3"
-  top: "data4"
-  input_param {
-    shape: { dim: 1 dim: 1 dim: 4 dim: 4 }
-    shape: { dim: 1 dim: 2 dim: 4 dim: 4 }
-    shape: { dim: 1 dim: 3 dim: 4 dim: 4 }
-    shape: { dim: 1 dim: 4 dim: 4 dim: 4 }
-  }
-}
-layer {
-  name: "concat"
-  type: "Concat"
-  bottom: "data1"
-  bottom: "data2"
-  bottom: "data3"
-  bottom: "data4"
-  top: "concat"
-}
diff --git a/contrib/enco/test/caffe/Convolution_000/INFERENCE b/contrib/enco/test/caffe/Convolution_000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Convolution_000/test.prototxt b/contrib/enco/test/caffe/Convolution_000/test.prototxt
deleted file mode 100644 (file)
index b56731c..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 4 dim: 4 }
-  }
-}
-layer {
-  name: "conv"
-  type: "Convolution"
-  bottom: "data"
-  top: "conv"
-  convolution_param {
-    bias_term: false
-    num_output: 2
-    kernel_size: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
diff --git a/contrib/enco/test/caffe/Convolution_001/INFERENCE b/contrib/enco/test/caffe/Convolution_001/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Convolution_001/test.prototxt b/contrib/enco/test/caffe/Convolution_001/test.prototxt
deleted file mode 100644 (file)
index 5b6b5c8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 15 dim: 15 }
-  }
-}
-layer {
-  name: "conv"
-  type: "Convolution"
-  bottom: "data"
-  top: "conv"
-  convolution_param {
-    bias_term: false
-    num_output: 2
-    stride: 2
-    kernel_size: 3
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
diff --git a/contrib/enco/test/caffe/Convolution_002/INFERENCE b/contrib/enco/test/caffe/Convolution_002/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Convolution_002/test.prototxt b/contrib/enco/test/caffe/Convolution_002/test.prototxt
deleted file mode 100644 (file)
index 7cd59be..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 16 dim: 16 }
-  }
-}
-layer {
-  name: "conv"
-  type: "Convolution"
-  bottom: "data"
-  top: "conv"
-  convolution_param {
-    bias_term: false
-    num_output: 2
-    pad: 1
-    kernel_size: 3
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
diff --git a/contrib/enco/test/caffe/Convolution_003/INFERENCE b/contrib/enco/test/caffe/Convolution_003/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Convolution_003/test.prototxt b/contrib/enco/test/caffe/Convolution_003/test.prototxt
deleted file mode 100644 (file)
index 38c4ebd..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 16 dim: 16 }
-  }
-}
-layer {
-  name: "conv"
-  type: "Convolution"
-  bottom: "data"
-  top: "conv"
-  convolution_param {
-    bias_term: false
-    num_output: 2
-    pad: 1
-    pad: 2
-    kernel_size: 3
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
diff --git a/contrib/enco/test/caffe/Convolution_004/INFERENCE b/contrib/enco/test/caffe/Convolution_004/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Convolution_004/test.prototxt b/contrib/enco/test/caffe/Convolution_004/test.prototxt
deleted file mode 100644 (file)
index 76b1039..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 16 dim: 16 }
-  }
-}
-layer {
-  name: "conv"
-  type: "Convolution"
-  bottom: "data"
-  top: "conv"
-  convolution_param {
-    bias_term: false
-    num_output: 2
-    kernel_h: 3
-    kernel_w: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
diff --git a/contrib/enco/test/caffe/Convolution_005/INFERENCE b/contrib/enco/test/caffe/Convolution_005/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Convolution_005/test.prototxt b/contrib/enco/test/caffe/Convolution_005/test.prototxt
deleted file mode 100644 (file)
index 93104fe..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 15 dim: 15 }
-  }
-}
-layer {
-  name: "conv"
-  type: "Convolution"
-  bottom: "data"
-  top: "conv"
-  convolution_param {
-    bias_term: false
-    num_output: 2
-    pad_h: 0
-    pad_w: 3
-    kernel_size: 7
-  }
-}
diff --git a/contrib/enco/test/caffe/Convolution_006/INFERENCE b/contrib/enco/test/caffe/Convolution_006/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Convolution_006/test.prototxt b/contrib/enco/test/caffe/Convolution_006/test.prototxt
deleted file mode 100644 (file)
index f50a007..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 16 dim: 16 }
-  }
-}
-layer {
-  name: "dconv"
-  type: "Convolution"
-  bottom: "data"
-  top: "dconv"
-  convolution_param {
-    group: 3
-    num_output: 3
-    bias_term: false
-    kernel_size: 3
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
diff --git a/contrib/enco/test/caffe/Convolution_007/INFERENCE b/contrib/enco/test/caffe/Convolution_007/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Convolution_007/test.prototxt b/contrib/enco/test/caffe/Convolution_007/test.prototxt
deleted file mode 100644 (file)
index 78009fe..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 4 dim: 4 }
-  }
-}
-layer {
-  name: "conv"
-  type: "Convolution"
-  bottom: "data"
-  top: "conv"
-  convolution_param {
-    num_output: 2
-    kernel_size: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-    bias_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
diff --git a/contrib/enco/test/caffe/Eltwise_000/INFERENCE b/contrib/enco/test/caffe/Eltwise_000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Eltwise_000/test.prototxt b/contrib/enco/test/caffe/Eltwise_000/test.prototxt
deleted file mode 100644 (file)
index 09b85c3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "lhs"
-  top: "rhs"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 16 dim: 16 }
-    shape: { dim: 1 dim: 3 dim: 16 dim: 16 }
-  }
-}
-layer {
-  name: "sum"
-  type: "Eltwise"
-  bottom: "lhs"
-  bottom: "rhs"
-  top: "sum"
-  eltwise_param {
-    operation: SUM
-  }
-}
diff --git a/contrib/enco/test/caffe/Eltwise_001/INFERENCE b/contrib/enco/test/caffe/Eltwise_001/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Eltwise_001/test.prototxt b/contrib/enco/test/caffe/Eltwise_001/test.prototxt
deleted file mode 100644 (file)
index 3eef071..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "lhs"
-  top: "rhs"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 16 dim: 16 }
-    shape: { dim: 1 dim: 3 dim: 16 dim: 16 }
-  }
-}
-layer {
-  name: "prod"
-  type: "Eltwise"
-  bottom: "lhs"
-  bottom: "rhs"
-  top: "prod"
-  eltwise_param {
-    operation: PROD
-  }
-}
diff --git a/contrib/enco/test/caffe/Input_000/INFERENCE b/contrib/enco/test/caffe/Input_000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Input_000/test.prototxt b/contrib/enco/test/caffe/Input_000/test.prototxt
deleted file mode 100644 (file)
index 2d05713..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 3 dim: 244 dim: 244 }
-  }
-}
diff --git a/contrib/enco/test/caffe/Input_001/INFERENCE b/contrib/enco/test/caffe/Input_001/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Input_001/test.prototxt b/contrib/enco/test/caffe/Input_001/test.prototxt
deleted file mode 100644 (file)
index eece8b7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-layer {
-  name: "data1"
-  type: "Input"
-  top: "data1"
-  input_param { shape: { dim: 1 dim: 3 dim: 15 dim: 15 } }
-}
-layer {
-  name: "data2"
-  type: "Input"
-  top: "data2"
-  input_param { shape: { dim: 1 dim: 3 dim: 15 dim: 15 } }
-}
diff --git a/contrib/enco/test/caffe/Pooling_000/INFERENCE b/contrib/enco/test/caffe/Pooling_000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Pooling_000/test.prototxt b/contrib/enco/test/caffe/Pooling_000/test.prototxt
deleted file mode 100644 (file)
index 8ed0c38..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 16 dim: 16 } }
-}
-layer {
-  name: "pool"
-  type: "Pooling"
-  bottom: "data"
-  top: "pool"
-  pooling_param {
-    pool: MAX
-    kernel_size: 3
-  }
-}
diff --git a/contrib/enco/test/caffe/Pooling_001/INFERENCE b/contrib/enco/test/caffe/Pooling_001/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Pooling_001/test.prototxt b/contrib/enco/test/caffe/Pooling_001/test.prototxt
deleted file mode 100644 (file)
index 1ecbb96..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 15 dim: 15 } }
-}
-layer {
-  name: "pool"
-  type: "Pooling"
-  bottom: "data"
-  top: "pool"
-  pooling_param {
-    pool: MAX
-    kernel_size: 3
-    stride: 2
-  }
-}
diff --git a/contrib/enco/test/caffe/Pooling_002/INFERENCE b/contrib/enco/test/caffe/Pooling_002/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Pooling_002/test.prototxt b/contrib/enco/test/caffe/Pooling_002/test.prototxt
deleted file mode 100644 (file)
index f199bdc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 16 dim: 16 } }
-}
-layer {
-  name: "pool"
-  type: "Pooling"
-  bottom: "data"
-  top: "pool"
-  pooling_param {
-    pool: AVE
-    kernel_size: 3
-  }
-}
diff --git a/contrib/enco/test/caffe/Pooling_003/INFERENCE b/contrib/enco/test/caffe/Pooling_003/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Pooling_003/test.prototxt b/contrib/enco/test/caffe/Pooling_003/test.prototxt
deleted file mode 100644 (file)
index e25855f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 15 dim: 15 } }
-}
-layer {
-  name: "pool"
-  type: "Pooling"
-  bottom: "data"
-  top: "pool"
-  pooling_param {
-    pool: AVE
-    kernel_size: 3
-    stride: 2
-  }
-}
diff --git a/contrib/enco/test/caffe/Pooling_004/INFERENCE b/contrib/enco/test/caffe/Pooling_004/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Pooling_004/test.prototxt b/contrib/enco/test/caffe/Pooling_004/test.prototxt
deleted file mode 100644 (file)
index 533a01c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 16 dim: 16 } }
-}
-layer {
-  name: "pool"
-  type: "Pooling"
-  bottom: "data"
-  top: "pool"
-  pooling_param {
-    pool: MAX
-    kernel_size: 3
-    pad: 1
-  }
-}
diff --git a/contrib/enco/test/caffe/Pooling_005/INFERENCE b/contrib/enco/test/caffe/Pooling_005/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Pooling_005/test.prototxt b/contrib/enco/test/caffe/Pooling_005/test.prototxt
deleted file mode 100644 (file)
index 36475c7..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 15 dim: 15 } }
-}
-layer {
-  name: "pool"
-  type: "Pooling"
-  bottom: "data"
-  top: "pool"
-  pooling_param {
-    pool: AVE
-    kernel_size: 3
-    pad: 1
-  }
-}
diff --git a/contrib/enco/test/caffe/ReLU_000/INFERENCE b/contrib/enco/test/caffe/ReLU_000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/ReLU_000/test.prototxt b/contrib/enco/test/caffe/ReLU_000/test.prototxt
deleted file mode 100644 (file)
index 5fe2a93..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape: { dim: 1 dim: 2 dim: 5 dim: 3 }
-  }
-}
-layer {
-  name: "relu"
-  type: "ReLU"
-  bottom: "data"
-  top: "data"
-}
diff --git a/contrib/enco/test/caffe/Regression_0000/INFERENCE b/contrib/enco/test/caffe/Regression_0000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Regression_0000/test.prototxt b/contrib/enco/test/caffe/Regression_0000/test.prototxt
deleted file mode 100644 (file)
index 5927d69..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 15 dim: 15 } }
-}
-layer {
-  name: "pool"
-  type: "Pooling"
-  bottom: "data"
-  top: "pool"
-  pooling_param {
-    pool: AVE
-    kernel_h: 3
-    kernel_w: 1
-  }
-}
diff --git a/contrib/enco/test/caffe/Scale_000/INFERENCE b/contrib/enco/test/caffe/Scale_000/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Scale_000/test.prototxt b/contrib/enco/test/caffe/Scale_000/test.prototxt
deleted file mode 100644 (file)
index 2f628ec..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 16 dim: 16 } }
-}
-layer {
-  name: "scale"
-  type: "Scale"
-  bottom: "data"
-  top: "scale"
-  scale_param {
-    filler { type: "gaussian" std: 0.01 }
-    bias_term: false
-  }
-}
diff --git a/contrib/enco/test/caffe/Scale_001/INFERENCE b/contrib/enco/test/caffe/Scale_001/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/Scale_001/test.prototxt b/contrib/enco/test/caffe/Scale_001/test.prototxt
deleted file mode 100644 (file)
index d15be8f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-layer {
-  name: "data"
-  type: "Input"
-  top: "data"
-  input_param { shape: { dim: 1 dim: 3 dim: 16 dim: 16 } }
-}
-layer {
-  name: "scale"
-  type: "Scale"
-  bottom: "data"
-  top: "scale"
-  scale_param {
-    filler { type: "gaussian" std: 0.01 }
-    bias_term: true
-    bias_filler { type: "gaussian" std: 0.01 }
-  }
-}
diff --git a/contrib/enco/test/caffe/inception_c1/INFERENCE b/contrib/enco/test/caffe/inception_c1/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/inception_c1/test.prototxt b/contrib/enco/test/caffe/inception_c1/test.prototxt
deleted file mode 100644 (file)
index 7f2df45..0000000
+++ /dev/null
@@ -1,252 +0,0 @@
-name: "inception_c1"
-layer {
-  name: "input"
-  type: "Input"
-  top: "reduction_b_concat"
-  input_param {
-    shape {
-      dim: 1
-      dim: 3
-      dim: 32
-      dim: 32
-    }
-  }
-}
-layer {
-  name: "inception_c1_1x1_2"
-  type: "Convolution"
-  bottom: "reduction_b_concat"
-  top: "inception_c1_1x1_2"
-  convolution_param {
-    bias_term: false
-    num_output: 2
-    pad: 0
-    kernel_size: 1
-    stride: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_1x1_2_relu"
-  type: "ReLU"
-  bottom: "inception_c1_1x1_2"
-  top: "inception_c1_1x1_2"
-}
-layer {
-  name: "inception_c1_1x3_reduce"
-  type: "Convolution"
-  bottom: "reduction_b_concat"
-  top: "inception_c1_1x3_reduce"
-  convolution_param {
-    bias_term: false
-    num_output: 3
-    pad: 0
-    kernel_size: 1
-    stride: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_1x3_reduce_relu"
-  type: "ReLU"
-  bottom: "inception_c1_1x3_reduce"
-  top: "inception_c1_1x3_reduce"
-}
-layer {
-  name: "inception_c1_1x3"
-  type: "Convolution"
-  bottom: "inception_c1_1x3_reduce"
-  top: "inception_c1_1x3"
-  convolution_param {
-    bias_term: false
-    num_output: 4
-    stride: 1
-    pad_h: 0
-    pad_w: 1
-    kernel_h: 1
-    kernel_w: 3
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_1x3_relu"
-  type: "ReLU"
-  bottom: "inception_c1_1x3"
-  top: "inception_c1_1x3"
-}
-layer {
-  name: "inception_c1_3x1"
-  type: "Convolution"
-  bottom: "inception_c1_1x3_reduce"
-  top: "inception_c1_3x1"
-  convolution_param {
-    bias_term: false
-    num_output: 5
-    stride: 1
-    pad_h: 1
-    pad_w: 0
-    kernel_h: 3
-    kernel_w: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_3x1_relu"
-  type: "ReLU"
-  bottom: "inception_c1_3x1"
-  top: "inception_c1_3x1"
-}
-layer {
-  name: "inception_c1_3x3_reduce"
-  type: "Convolution"
-  bottom: "reduction_b_concat"
-  top: "inception_c1_3x3_reduce"
-  convolution_param {
-    bias_term: false
-    num_output: 5
-    pad: 0
-    kernel_size: 1
-    stride: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_3x3_reduce_relu"
-  type: "ReLU"
-  bottom: "inception_c1_3x3_reduce"
-  top: "inception_c1_3x3_reduce"
-}
-layer {
-  name: "inception_c1_3x3"
-  type: "Convolution"
-  bottom: "inception_c1_3x3_reduce"
-  top: "inception_c1_3x3"
-  convolution_param {
-    bias_term: false
-    num_output: 6
-    pad: 1
-    kernel_size: 3
-    stride: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_3x3_relu"
-  type: "ReLU"
-  bottom: "inception_c1_3x3"
-  top: "inception_c1_3x3"
-}
-layer {
-  name: "inception_c1_1x3_2"
-  type: "Convolution"
-  bottom: "inception_c1_3x3"
-  top: "inception_c1_1x3_2"
-  convolution_param {
-    bias_term: false
-    num_output: 7
-    stride: 1
-    pad_h: 0
-    pad_w: 1
-    kernel_h: 1
-    kernel_w: 3
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_1x3_2_relu"
-  type: "ReLU"
-  bottom: "inception_c1_1x3_2"
-  top: "inception_c1_1x3_2"
-}
-layer {
-  name: "inception_c1_3x1_2"
-  type: "Convolution"
-  bottom: "inception_c1_3x3"
-  top: "inception_c1_3x1_2"
-  convolution_param {
-    bias_term: false
-    num_output: 8
-    stride: 1
-    pad_h: 1
-    pad_w: 0
-    kernel_h: 3
-    kernel_w: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_3x1_2_relu"
-  type: "ReLU"
-  bottom: "inception_c1_3x1_2"
-  top: "inception_c1_3x1_2"
-}
-layer {
-  name: "inception_c1_pool"
-  type: "Pooling"
-  bottom: "reduction_b_concat"
-  top: "inception_c1_pool"
-  pooling_param {
-    pool: AVE
-    kernel_size: 3
-    stride: 1
-    pad: 1
-  }
-}
-layer {
-  name: "inception_c1_1x1"
-  type: "Convolution"
-  bottom: "inception_c1_pool"
-  top: "inception_c1_1x1"
-  convolution_param {
-    bias_term: false
-    num_output: 10
-    pad: 0
-    kernel_size: 1
-    stride: 1
-    weight_filler {
-      type: "gaussian"
-      std: 0.01
-    }
-  }
-}
-layer {
-  name: "inception_c1_1x1_relu"
-  type: "ReLU"
-  bottom: "inception_c1_1x1"
-  top: "inception_c1_1x1"
-}
-layer {
-  name: "inception_c1_concat"
-  type: "Concat"
-  bottom: "inception_c1_1x1_2"
-  bottom: "inception_c1_1x3"
-  bottom: "inception_c1_3x1"
-  bottom: "inception_c1_1x3_2"
-  bottom: "inception_c1_3x1_2"
-  bottom: "inception_c1_1x1"
-  top: "inception_c1_concat"
-}
diff --git a/contrib/enco/test/caffe/residual/INFERENCE b/contrib/enco/test/caffe/residual/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/residual/test.prototxt b/contrib/enco/test/caffe/residual/test.prototxt
deleted file mode 100644 (file)
index adbf0e6..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-name: "residual"
-layer {
-  name: "input"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape {
-      dim: 1
-      dim: 3
-      dim: 31
-      dim: 31
-    }
-  }
-}
-layer {
-  name: "MaxPool2dBackward4"
-  type: "Pooling"
-  bottom: "data"
-  top: "MaxPool2dBackward4"
-  pooling_param {
-    pool: MAX
-    kernel_size: 3
-    stride: 2
-    pad: 1
-  }
-}
-layer {
-  name: "ConvNdBackward5"
-  type: "Convolution"
-  bottom: "MaxPool2dBackward4"
-  top: "ConvNdBackward5"
-  convolution_param {
-    num_output: 5
-    pad_h: 1
-    pad_w: 1
-    kernel_h: 3
-    kernel_w: 3
-    stride: 1
-    bias_term: false
-  }
-}
-layer {
-  name: "ThresholdBackward7"
-  type: "ReLU"
-  bottom: "ConvNdBackward5"
-  top: "ConvNdBackward5"
-}
-layer {
-  name: "ConvNdBackward8"
-  type: "Convolution"
-  bottom: "ConvNdBackward5"
-  top: "ConvNdBackward8"
-  convolution_param {
-    num_output: 3
-    pad_h: 1
-    pad_w: 1
-    kernel_h: 3
-    kernel_w: 3
-    stride: 1
-    bias_term: false
-  }
-}
-layer {
-  name: "AddBackward11"
-  type: "Eltwise"
-  bottom: "ConvNdBackward8"
-  bottom: "MaxPool2dBackward4"
-  top: "AddBackward11"
-  eltwise_param { 
-    operation: SUM
-  }
-}
diff --git a/contrib/enco/test/caffe/residual_bn/INFERENCE b/contrib/enco/test/caffe/residual_bn/INFERENCE
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/contrib/enco/test/caffe/residual_bn/test.prototxt b/contrib/enco/test/caffe/residual_bn/test.prototxt
deleted file mode 100644 (file)
index eaa321e..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-name: "residual_bn"
-layer {
-  name: "input"
-  type: "Input"
-  top: "data"
-  input_param {
-    shape {
-      dim: 1
-      dim: 3
-      dim: 31
-      dim: 31
-    }
-  }
-}
-layer {
-  name: "MaxPool2dBackward4"
-  type: "Pooling"
-  bottom: "data"
-  top: "MaxPool2dBackward4"
-  pooling_param {
-    pool: MAX
-    kernel_size: 3
-    stride: 2
-    pad: 1
-  }
-}
-layer {
-  name: "ConvNdBackward5"
-  type: "Convolution"
-  bottom: "MaxPool2dBackward4"
-  top: "ConvNdBackward5"
-  convolution_param {
-    num_output: 5
-    pad_h: 1
-    pad_w: 1
-    kernel_h: 3
-    kernel_w: 3
-    stride: 1
-    bias_term: false
-  }
-}
-layer {
-  name: "BatchNormBackward6_bn"
-  type: "BatchNorm"
-  bottom: "ConvNdBackward5"
-  top: "BatchNormBackward6"
-  batch_norm_param {
-    use_global_stats: true
-    eps: 1e-05
-  }
-}
-layer {
-  name: "BatchNormBackward6_scale"
-  type: "Scale"
-  bottom: "BatchNormBackward6"
-  top: "BatchNormBackward6"
-  scale_param {
-    bias_term: true
-  }
-}
-layer {
-  name: "ThresholdBackward7"
-  type: "ReLU"
-  bottom: "BatchNormBackward6"
-  top: "BatchNormBackward6"
-}
-layer {
-  name: "ConvNdBackward8"
-  type: "Convolution"
-  bottom: "BatchNormBackward6"
-  top: "ConvNdBackward8"
-  convolution_param {
-    num_output: 3
-    pad_h: 1
-    pad_w: 1
-    kernel_h: 3
-    kernel_w: 3
-    stride: 1
-    bias_term: false
-  }
-}
-layer {
-  name: "BatchNormBackward9_bn"
-  type: "BatchNorm"
-  bottom: "ConvNdBackward8"
-  top: "BatchNormBackward9"
-  batch_norm_param {
-    use_global_stats: true
-    eps: 1e-05
-  }
-}
-layer {
-  name: "BatchNormBackward9_scale"
-  type: "Scale"
-  bottom: "BatchNormBackward9"
-  top: "BatchNormBackward9"
-  scale_param {
-    bias_term: true
-  }
-}
-layer {
-  name: "AddBackward11"
-  type: "Eltwise"
-  bottom: "BatchNormBackward9"
-  bottom: "MaxPool2dBackward4"
-  top: "AddBackward11"
-  eltwise_param {
-    operation: SUM
-  }
-}