develop #4

Merged
Fabel merged 103 commits from develop into main 2025-03-01 21:47:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b740819757 - Show all commits

View File

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