George Lee

Results 1 issues of George Lee

In maml.py line 105 and 106, the code is ```python fast_weights = collections.OrderedDict((name, param - args.inner_lr * grads) for ((name, param), grads) in zip(fast_weights.items(), grads)) ``` is there any wrong...