ML_Decoder icon indicating copy to clipboard operation
ML_Decoder copied to clipboard

weird behaviour in stanford car

Open ShihaoShao-GH opened this issue 2 years ago • 1 comments

Hi, thanks for your amazing work!

Here I encountered something really weird. I downloaded the tresnet_l_stanford_card_96.41.pth and tried to validate the result in stanford car datasets. It reached 99.69 for validation part and 96.80 for train part, respectively. Most likely the training and validation part were treated inversely.

Can you please check if the order is correct?

ShihaoShao-GH avatar Aug 29 '22 09:08 ShihaoShao-GH

Hi, I have a question: Did you reload the pretrained model, and did it work? Because, for me, I encountered an error when inferring with 'tresnet_l_stanford_card_96.41.pth'. However, when I run 'tresnet_m_COCO_224_84_2.pth', it works. image

image

Sondosmohamed1 avatar Dec 10 '23 11:12 Sondosmohamed1