From 0b6450d6ec471e9089c41a1b1e881dc893917291 Mon Sep 17 00:00:00 2001 From: Yunfei Luo <33367743+yunfeiluo@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:41:10 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edfe6b1..56bc3d2 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For experiments on WESAD: ``` python3 -m main personalize loocv ``` -Reference: The preprocessing pipeline was owned by: https://github.com/Emognition/dl-4-tsc +Reference: The preprocessing pipeline for WESAD is owned by: https://github.com/Emognition/dl-4-tsc For inference: - The training function train_and_val function in src/utils/train_val_utils.py will return all the outputs including those from samples in validation set.