From d06cf4e0aab3608b6d99dcd36cf41024708fb8b5 Mon Sep 17 00:00:00 2001 From: czzhangheng Date: Fri, 21 Nov 2025 09:32:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 ++-- config/REPST/METR-LA.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5503a78..2201e74 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,8 +4,8 @@ "python-envs.pythonProjects": [ { "path": "data/SolarEnergy", - "envManager": "ms-python.python:system", - "packageManager": "ms-python.python:pip" + "envManager": "ms-python.python:conda", + "packageManager": "ms-python.python:conda" } ] } \ No newline at end of file diff --git a/config/REPST/METR-LA.yaml b/config/REPST/METR-LA.yaml index 68340d1..1e3e29d 100755 --- a/config/REPST/METR-LA.yaml +++ b/config/REPST/METR-LA.yaml @@ -41,7 +41,7 @@ train: batch_size: 16 early_stop: true early_stop_patience: 15 - epochs: 1 + epochs: 100 grad_norm: false loss_func: mae lr_decay: true @@ -52,7 +52,7 @@ train: real_value: true weight_decay: 0 debug: false - output_dim: 100 + output_dim: 1 log_step: 1000 plot: false mae_thresh: None