nwpu-zxr / VadCLIP

VadCLIP official Pytorch implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About learning rate

rootpine opened this issue · comments

Hello, thank you for your work.
I found that the learning rate settings for the two datasets are opposite of the paper. Which is correct?

image

parser.add_argument('--lr', default=2e-5)

parser.add_argument('--lr', default=1e-5)