cbfinn / maml

Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
MIT License
2.53k stars 603 forks source link

something about Computational Graph #82

Closed kongbia closed 4 years ago

kongbia commented 4 years ago

In the inner optimization,Which one is in the same Computational Graph with loss_q? Is the fast_weights or the original self.vars?