Humpback-Whale-Identification-1st- icon indicating copy to clipboard operation
Humpback-Whale-Identification-1st- copied to clipboard

the validation set of top1 doesn't have a significant varaition, Is the training process right?

Open xiaoming0217 opened this issue 4 years ago • 1 comments

as below

1592811599(1)

xiaoming0217 avatar Jun 22 '20 08:06 xiaoming0217

step 1.        freeze = False        model_name = 'senet154'        min_num_class = 10        checkPoint_start = 0        lr = 3e-4        #until train map5 >= 0.98

step 2.        freeze = True        model_name = 'senet154'        min_num_class = 0        checkPoint_start = best checkPoint of step 1        lr = 3e-4

step 3.        freeze = True        model_name = 'senet154'        min_num_class = 0        checkPoint_start = best checkPoint of step 2        lr = 3e-5

earhian avatar Jun 24 '20 06:06 earhian