Open nianlun4425 opened 3 years ago
Hello, thanks for sharing the great work. I'd like to ask some questions about how to training network if I add small sub-networks to an existing model (e. g. OCEAN). Can you give me some advice on learning rate setting (e.g., if warm up)? Is it a good choice to freeze the original model and only unfix the added subnetwork at the beginning of the training? And do I need to train both original part and added subnetwork together after then? Besides, how do you quickly verify that if one idea is valid? I’d appreciate it if you share any experience or lectures!
pls refer to our most recent work https://github.com/researchmm/Stark and https://github.com/researchmm/LightTrack
Hello, thanks for sharing the great work. I'd like to ask some questions about how to training network if I add small sub-networks to an existing model (e. g. OCEAN). Can you give me some advice on learning rate setting (e.g., if warm up)? Is it a good choice to freeze the original model and only unfix the added subnetwork at the beginning of the training? And do I need to train both original part and added subnetwork together after then? Besides, how do you quickly verify that if one idea is valid? I’d appreciate it if you share any experience or lectures!