zcablii / LSKNet

(IJCV2024 & ICCV2023) LSKNet: A Foundation Lightweight Backbone for Remote Sensing
Other
492 stars 40 forks source link

[New Models] Accuracy of ImageNet pretraining goes to 0 when changing the network #25

Closed mawanda-jun closed 1 year ago

mawanda-jun commented 1 year ago

Model/Dataset/Scheduler description

Hi there, thank you for your exceptional work! I'm trying to reproduce your results and to improve them. In particular, I've tried to make a new network, with the structure of the S and double the embedding dims, but after a few epochs the accuracy goes to zero.

Since there might be multiple factors, I'd like to have a chat to clearify which direction I should take to make the network bigger.

Thank you in advance, Giovanni

Open source status

Provide useful links for the implementation

No response

zcablii commented 1 year ago

Is this happening during pre-training? Pretrain codebase I used is https://github.com/Visual-Attention-Network/VAN-Classification.