hyseob / PyMDNet

MDNet PyTorch implementation
Other
421 stars 150 forks source link

where is lr_decay in the options_vot.yaml? #39

Open xi-mao opened 5 years ago

xi-mao commented 5 years ago

https://github.com/HyeonseobNam/py-MDNet/blob/28ff286ae0808f604690326684acb0a63ccf9b42/pretrain/train_mdnet.py#L40

where is the parameter lr_decay? Ican't find it。

hyseob commented 5 years ago

Hi, @xi-mao It can be optionally given in options.yaml, which is not used by default. For example, lr_decay: [30, 60] means that the learning rate is decayed at 30th and 60th cycles.