You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error is being thrown because maml_adapt expects the above 2 arguments which are not being passed.
fas can be included into OptiTrainer as this parameter is common across many Optimization based approaches, but maml_lr can't be included as it is specific to only MAML.
Hence a different approach must be used to allow it as a parameter.
The text was updated successfully, but these errors were encountered:
jeta/jeta/maml.py
Lines 14 to 15 in e55bf83
The above lines cause an error while running
MAML
using OptiTrainerOptiTrainer
calls the functionmaml_adapt
and it's parameters are passed inOptiTrainer
itself.An error is being thrown because
maml_adapt
expects the above 2 arguments which are not being passed.fas
can be included intoOptiTrainer
as this parameter is common across many Optimization based approaches, butmaml_lr
can't be included as it is specific to onlyMAML
.Hence a different approach must be used to allow it as a parameter.
The text was updated successfully, but these errors were encountered: