feat(logging): added explained variance chart
This commit is contained in:
parent
4a96acf744
commit
b839024e6e
4 changed files with 26 additions and 2 deletions
|
|
@ -46,6 +46,8 @@ source vsc-venv --activate \
|
|||
set -euo pipefail
|
||||
cd "$PBS_O_WORKDIR"
|
||||
|
||||
uv run pip install .
|
||||
|
||||
echo '>>> Installing ipykernel...'
|
||||
CLUSTER_ID="${VSC_INSTITUTE_CLUSTER:-generic}"
|
||||
python -m ipykernel install --user --name="sel3_${CLUSTER_ID}" \
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@ fi
|
|||
|
||||
# TODO Once experiments get serious, change the config
|
||||
python scripts/train.py \
|
||||
--env-config-path configs/hpc/smoke_test.yaml \
|
||||
--hyperparameter-config-path configs/hpc/smoke_test.yaml \
|
||||
--env-config-path configs/hpc/wandb_expand.yaml \
|
||||
--hyperparameter-config-path configs/hpc/wandb_expand.yaml \
|
||||
--run-dir "$SCRATCH_RUNDIR"
|
||||
|
||||
echo ">>> Staging out results to $DATA_RUNDIR..."
|
||||
|
|
|
|||
Reference in a new issue