fixed paths

This commit is contained in:
Falko Victor Habel 2025-02-23 19:27:34 +01:00
parent e52a2a4b81
commit b740819757
1 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.upsampler import Upsampler
from upsampler import Upsampler
# Define a simple EarlyStopping class to monitor the epoch loss.
class EarlyStopping: