同步本地最新代码

This commit is contained in:
2025-10-31 14:40:46 +08:00
parent 09b4f07c27
commit 41454b6bc0
3 changed files with 20 additions and 7 deletions

View File

@@ -2,22 +2,22 @@
"files":["sample1.CSV"],
"path": "/home/app/model/ModelTrainingPython/FC_ML_Baseline/FC_ML_Baseline_Test/Train/",
"algorithmParam": {
"inputSize": 8,
"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"
}