fixed spelling

This commit is contained in:
Falko Victor Habel 2025-02-23 19:26:55 +01:00
parent 2883e67e1c
commit e52a2a4b81
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from torchvision import transforms
from tqdm import tqdm
from aiia import AIIABase
from aiunn.upsample import Upsampler
from aiunn.upsampler import Upsampler
# Define a simple EarlyStopping class to monitor the epoch loss.
class EarlyStopping: