About update_lr and meta_lr
Closed this issue · 1 comments
luyao777 commented
hi,foolyc.
I have read your Meta-SGD code recently, that's a good project.
But I have some questions about the code and paper.
In the paper, update_lr and meta_lr seem like same item, and used element wise product with network parameters.
The line here seems not conform to the paper?
And set self.meta_lr and self.update same tf.variable?
Line 64 in 4922a8d