pytorch-retinanet icon indicating copy to clipboard operation
pytorch-retinanet copied to clipboard

question about scheduler state

Open WangKK1996 opened this issue 5 years ago • 0 comments

Hi, thanks for your work. In your code, you use scheduler and set patience on training loss, is that correct? During traing, the model tend to overfit the training set, why not use focal loss on evalution dataset?

WangKK1996 avatar May 22 '20 08:05 WangKK1996