↓ 1 callersFunctionresnet_dropout(include_top=False, weights='imagenet', input_tensor = None, pooling='avg', input_shape=(224,224,3),classes=25
python/models/custom_resnets.py:127
↓ 1 callersFunctiontrain_model_from_directory(directory_path,model,model_name ='model',target_size =(256,256) ,batch_size = 64 ,horizontal_flip = False,epo
python/models/processing.py:15
Functioncontinue_training(model_path,directory_path,saving=True,target_size =(256,256) ,batch_size = 64 ,horizontal_flip = False,epochs
python/models/processing.py:66