TencentYoutuResearch / PersonReID-NAFS

Code for "Contextual Non-Local Alignment over Full-Scale Representation for Text-Based Person Search"
https://arxiv.org/abs/2101.03036
Other
61 stars 10 forks source link

Search for the baseline on BiLSTM #4

Closed TonyWu199 closed 3 years ago

TonyWu199 commented 3 years ago

Bert is hard for me to train, can you upload the baseline on BiLSTM. Thanks!

TonyWu199 commented 3 years ago

Maybe you can just tell me the configuration of training BiLSTM and Resnet.

oldcat-719 commented 3 years ago

Maybe you can just tell me the configuration of training BiLSTM and Resnet.

Have you solved this problem? I hope to get your help.

wettera commented 3 years ago

Maybe you can just tell me the configuration of training BiLSTM and Resnet.

Sorry for the late reply. Maybe you can try the following configuration: lr=0.00032 num_epoches=100 batch_size=128 lr_decay_ratio=0.9 epoches_decay=20_30_40 It may not work, since I hardly use BiLSTM. Good luck.

TonyWu199 commented 3 years ago

Maybe you can just tell me the configuration of training BiLSTM and Resnet.

Sorry for the late reply. Maybe you can try the following configuration: lr=0.00032 num_epoches=100 batch_size=128 lr_decay_ratio=0.9 epoches_decay=20_30_40 It may not work, since I hardly use BiLSTM. Good luck.

Thanks a lot!