tatarchm / tangent_conv

Tangent Convolutions for Dense Prediction in 3D
121 stars 26 forks source link

learning_rate not used #12

Closed francisengelmann closed 5 years ago

francisengelmann commented 6 years ago

Hi Maxim,

it seems like the learning_rate you compute here is actually never used

https://github.com/tatarchm/tangent_conv/blob/cf79d660b00f2f5cb11d464e004a5424b547dbe2/util/model.py#L253 https://github.com/tatarchm/tangent_conv/blob/cf79d660b00f2f5cb11d464e004a5424b547dbe2/util/model.py#L255

tatarchm commented 5 years ago

I believe you are right. I'll fix it.