From 408f37951d65c34072f205ff21697342b7c174e3 Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Tue, 6 Jun 2023 16:12:12 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- dan/predict/prediction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dan/predict/prediction.py b/dan/predict/prediction.py index 64552e96..0104b04a 100644 --- a/dan/predict/prediction.py +++ b/dan/predict/prediction.py @@ -26,7 +26,7 @@ from dan.utils import pairwise, read_image class DAN: """ The DAN class is used to apply a DAN model. - The class initializes useful parameters: the device and the temperature scalara parameter. + The class initializes useful parameters: the device and the temperature scalar parameter. """ def __init__(self, device, temperature=1.0): -- GitLab