Closed francisengelmann closed 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
I believe you are right. I'll fix it.
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