Open castelojb opened 2 years ago
@castelojb would you be interested in helping us to debug/extend this case? :otter:
Sounds good to me! But how can I help with this?
Sounds good to me! But how can I help with this?
lets ping/pair with @krshrimali or @ethanwharris to give you inside... :)
🐛 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