From 876ee6096b1f23ae9f43f92b7dd223c29cd83a15 Mon Sep 17 00:00:00 2001 From: Yanis Lalou Date: Tue, 19 Nov 2024 16:02:19 +0100 Subject: [PATCH] Change CAN hps --- solvers/deep_can.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solvers/deep_can.py b/solvers/deep_can.py index 2511f22..5c1ea5c 100644 --- a/solvers/deep_can.py +++ b/solvers/deep_can.py @@ -36,8 +36,8 @@ class Solver(DeepDASolver): class_threshold=class_threshold, ) for distance_threshold, class_threshold in itertools.product( - [5e-3, 5e-2, 5e-1], - [1, 3, 5], + [0.1, 0.5, 1], + [10, 20, 50], ) ] }