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
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
First of all, congratulations for working at a high level with the interface using learn2learn. The bug is that when a model is trained using the meta learning method and then submitted to trainer.test, it does not use other test functions present in test_metrics. Also, it doesn't give me the results of a prediction in the usual way, model(x), it returns None
🐛 Bug
First of all, congratulations for working at a high level with the interface using learn2learn. The bug is that when a model is trained using the meta learning method and then submitted to trainer.test, it does not use other test functions present in test_metrics. Also, it doesn't give me the results of a prediction in the usual way, model(x), it returns None
To Reproduce
Expected behavior
I performed the same testing process on a trained resnet18 model without meta learning and it came out as expected
Environment
Everything has been tested on google colab with GPU. I used the following commands to install the libs
I don't know why, but the import and the use of the keyword "maml" only work if you perform these installations previously
The text was updated successfully, but these errors were encountered: