hvlgo commited on
Commit
0a3bb68
·
1 Parent(s): 3a4f1f7

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +2 -11
config.yaml CHANGED
@@ -1,12 +1,3 @@
1
  configs:
2
- # 必选项
3
- input_shape: [96, 2] # 表示模型接收的数据为96行x2列
4
- output_shape: [96, 2] # 表示模型输出的数据为96行x2列
5
-
6
- # 可选项 默认为全部float64,列数为shape对应的列数
7
- input_type: ["float64","int64"] #输入对应的数据类型,需要与输入列数匹配
8
- output_type: ["text","int64"] #输出对应的数据类型,需要与输出列数匹配
9
-
10
- attributes: # 可选项 为用户自定义的备注信息
11
- 'model_type': 'dlinear'
12
- 'kernel_size': '25'
 
1
  configs:
2
+ input_shape: [96, 2]
3
+ output_shape: [96, 2]