siamese-fc
siamese-fc copied to clipboard
scale update
trafficstars
I want to know why this formula is used “target_w = (1 - hp.scale_lr) * target_w + hp.scale_lr * scaled_target_w[new_scale_id] ”
Hi, It is used to dampen the scale factor, so that abrupt changes in scale do not have distruptive effects.