NJU-LHRS / official-CMID

The official implementation of paper "Unified Self-Supervised Learning Framework for Remote Sensing Images".
80 stars 5 forks source link

layer_decay_optimizer_constructor #21

Open zhu-zhu-ding opened 5 months ago

zhu-zhu-ding commented 5 months ago

Hi,thanks for your good work! But I have some problem about SemanticSegmentation/config/ViT-B-RVSA_config.py. image I think it's maybe from 'layer_decay_optimizer_constructor'. And I also find you don't upload the file named 'LayerDecayOptimizerConstructorViTAE' in the ViT-B-RVSA_config.py. line 152. So how can I solve this promblem? Hope for your answer! Thank you!

pUmpKin-Co commented 5 months ago

Hi! Thanks for your interest.

This implementation is copy-paste from ViTAE repo here. You can simply copy-paste and rename the function.

Thanks!