修复预测脚本和训练脚本的执行bug
This commit is contained in:
@@ -1,20 +1,23 @@
|
||||
{
|
||||
"path": ["D:\\liyong\\project\\TVS_ML\\FC_ML_Baseline\\FC_ML_Baseline_Test\\Train"],
|
||||
"files": ["sample1.CSV"],
|
||||
"path": "D:\\liyong\\project\\ModelTrainingPython\\FC_ML_Baseline\\FC_ML_Baseline_Test\\Data_Handle",
|
||||
"algorithmParam": {
|
||||
"inputSize": 9,
|
||||
"outputSize": 8,
|
||||
"algorithm": "多项式拟合",
|
||||
"activateFun": "sigmod",
|
||||
"lossFun": "l1",
|
||||
"optimizeFun": "sgd",
|
||||
"exportFormat": ".onnx",
|
||||
"exportFormat": "bin",
|
||||
"trainingRatio": 80,
|
||||
"loadSize": 32,
|
||||
"studyPercent": 0.001,
|
||||
"stepCounts": 3,
|
||||
"roundPrint": 11,
|
||||
"round": 1001,
|
||||
"preDisposeData": false,
|
||||
"roundPrint": 10,
|
||||
"round": 300,
|
||||
"preDisposeData": true,
|
||||
"disposeMethod": "minmax",
|
||||
"dataNoOrder": false
|
||||
"dataNoOrder": true
|
||||
},
|
||||
"algorithm": "基础神经网络NN"
|
||||
}
|
||||
Reference in New Issue
Block a user