tristandeleu/pytorch-maml-rl

Restoring model

Closed this issue · 4 comments

Currently there is no way to restore a saved model and only do testing (fast adaptation), correct?

No there is no way to restore the model at the moment unfortunately. This was on my list of things to update here for ages, and I'm sorry I haven't come around to doing that properly.
However check the script in #15 (comment) for an example of how to load and test the model.

I have implemented a testing procedure and will create a pull request when I got time to clean it up.

@timediv hello, have you implemented the test procedure about restoring a saved model? I want to learn something about it. Would I have a look at your code? Thanks.

I am closing this issue since the new version of the code now includes a script for testing. If there is any issue with this script, feel free to open a new issue.