finetune_class #1
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue