kjunelee / MetaOptNet

Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)
Apache License 2.0
517 stars 95 forks source link

Where is the parameter gamma #43

Closed 1zb closed 4 years ago

1zb commented 4 years ago

In Equation (12) of your paper, you mentioned the learnable parameter 'gamma', which I couldn't find in your code. Could you point out the line of code?

kjunelee commented 4 years ago

gamma is self.scale in line 550 of https://github.com/kjunelee/MetaOptNet/blob/master/models/classification_heads.py