learn2learn
learn2learn copied to clipboard
Gradients not found in maml? why?
I got this bizarre error:
File "/home/miranda9/miniconda3/envs/metalearning_gpu/lib/python3.9/site-packages/learn2learn/algorithms/maml.py", line 169, in adapt
self.module = maml_update(self.module, self.lr, gradients)
UnboundLocalError: local variable 'gradients' referenced before assignment
seems weird since it's coming from l2l. Any ideas?
yeah, getting the same error
Closing: fixed in #387.