From a2e3a31e6d5c21e7ded212d37ddb3af3037805e4 Mon Sep 17 00:00:00 2001 From: Dustin Kern <dustin.kern@h-da.de> Date: Fri, 6 Oct 2023 11:55:11 +0000 Subject: [PATCH] Update README.md to fix code pointers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 230af90..0b49bfa 100644 --- a/README.md +++ b/README.md @@ -123,4 +123,4 @@ sudo docker run --rm -it \ ``` ### Intermediate Evaluation Results -As mentioned in the paper, the intermediate results for classifier/novelty detection hyperparameter tuning and optimized ensemble thresholds can be found [here](aux.py?ref_type=heads#L353), [here](aux.py?ref_type=heads#L270), and [here](aux.py?ref_type=heads#L2421) respectively. +As mentioned in the paper, the intermediate results for classifier/novelty detection hyperparameter tuning and optimized ensemble thresholds can be found [here](aux.py?ref_type=heads#L355), [here](aux.py?ref_type=heads#L272), and [here](aux.py?ref_type=heads#L2839) respectively. -- GitLab