新建仓库维护数据预测项目
This commit is contained in:
20
FC_ML_Baseline/FC_ML_Baseline_Test/pred/param.json
Normal file
20
FC_ML_Baseline/FC_ML_Baseline_Test/pred/param.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"modelFile": "model.onnx",
|
||||
"path": "D:\\liyong\\project\\TVS_ML\\FC_ML_Baseline\\FC_ML_Baseline_Test\\pred",
|
||||
"modelParams": {
|
||||
"inputSize": 3,
|
||||
"outputSize": 3,
|
||||
"normalizerType": "minmax",
|
||||
"normalizerMax": 100,
|
||||
"normalizerMin": 10
|
||||
},
|
||||
"input": [
|
||||
{
|
||||
"name": "质量",
|
||||
"value": 1
|
||||
}, {
|
||||
"name": "系数",
|
||||
"value": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user