修复配置错误

This commit is contained in:
czzhangheng 2025-11-21 09:32:52 +08:00
parent 7055a6da64
commit d06cf4e0aa
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
"python-envs.pythonProjects": [ "python-envs.pythonProjects": [
{ {
"path": "data/SolarEnergy", "path": "data/SolarEnergy",
"envManager": "ms-python.python:system", "envManager": "ms-python.python:conda",
"packageManager": "ms-python.python:pip" "packageManager": "ms-python.python:conda"
} }
] ]
} }

View File

@ -41,7 +41,7 @@ train:
batch_size: 16 batch_size: 16
early_stop: true early_stop: true
early_stop_patience: 15 early_stop_patience: 15
epochs: 1 epochs: 100
grad_norm: false grad_norm: false
loss_func: mae loss_func: mae
lr_decay: true lr_decay: true
@ -52,7 +52,7 @@ train:
real_value: true real_value: true
weight_decay: 0 weight_decay: 0
debug: false debug: false
output_dim: 100 output_dim: 1
log_step: 1000 log_step: 1000
plot: false plot: false
mae_thresh: None mae_thresh: None