skillful_nowcasting icon indicating copy to clipboard operation
skillful_nowcasting copied to clipboard

pretrained model prediction result

Open BinghaoLu opened this issue 2 years ago • 2 comments
trafficstars

Hi, I just used the pretrained model you provided to evaluate on the sample dataset, the result doesn't seem to make reasonable prediction, I also tried to train the model by myself, but hasn't good prediction either, has anyone used the pretrained model to predict good result, or have you successfully train the model to make good result?

BinghaoLu avatar Feb 17 '23 16:02 BinghaoLu

Hi,

I think I have the same problem. Even if the input is a torch.zeros the model output has no sense ! Did someone has good results with the pretrained model ?

Thank you

Cirrusfloccus31 avatar Feb 29 '24 10:02 Cirrusfloccus31

I added sigmoid activation to the output during the training and evaluation and it produced reasonable results.

BinghaoLu avatar Feb 29 '24 17:02 BinghaoLu