finetune_class #1

Merged
Fabel merged 96 commits from finetune_class into develop 2025-02-26 12:13:09 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit e52a2a4b81 - 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.upsample import Upsampler from aiunn.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: