sail-sg / inceptionnext

InceptionNeXt: When Inception Meets ConvNeXt (CVPR 2024)
https://arxiv.org/abs/2303.16900
Apache License 2.0
233 stars 16 forks source link

train my own datasets, acc is very low #6

Open xywlpo opened 1 year ago

xywlpo commented 1 year ago

Hi, thanks for your great work. I used my own datasets to train the model, but the acc is very low. When I use resnet-50/convnext-tiny as backbone to train, the acc can achieve at least 90%+, but use the inceptionnext as backbone, the acc is only 67.9% as following images

image

And this is my train scripts as following

image

since of my class number is only 4, I change and add some code as followings

image

Could you please tell me why this happen and give me some advice ?

yuweihao commented 1 year ago

Hi @xywlpo ,

It seems that two "\" are missing in the training script.