From 5791e96c2f3b316380b3f94f539ef58524eaf7c4 Mon Sep 17 00:00:00 2001
From: ptresson <paul.tresson@ird.fr>
Date: Mon, 10 Mar 2025 16:48:05 +0100
Subject: [PATCH] fix typo

---
 encoder.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/encoder.py b/encoder.py
index f5e1508..437f3c1 100644
--- a/encoder.py
+++ b/encoder.py
@@ -255,7 +255,7 @@ class EncoderAlgorithm(IAMAPAlgorithm):
             "--Empty--",
         ]
         self.timm_backbone_opt = [
-            "vit_samll_patch8_224.dino",
+            "vit_small_patch8_224.dino",
             "vit_base_patch16_224.dino",
             "vit_tiny_patch16_224.augreg_in21k",
             "vit_base_patch16_224.mae",
-- 
GitLab