finetune_class #1

Merged
Fabel merged 96 commits from finetune_class into develop 2025-02-26 12:13:09 +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 aiia import AIIABase
from aiunn.upsampler import Upsampler
from upsampler import Upsampler
# Define a simple EarlyStopping class to monitor the epoch loss.
class EarlyStopping: