Replies: 2 comments 1 reply
|
Thanks for the question. I can see how this is going to be annoying quickly. The reason this is happening is because |
0 replies
|
Thanks for the report @lnzpgo. #1092 should resolve the issue. If you install skorch from source, the warning should go away. However, this requires to load the net and save it again. The first load would still show the warning, but then it should be gone. Alternatively, you may want to save and load only the params, which honors the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm getting these annoying warning messages from torch.load:
Despite I'm explicitely passing weights_only=True to skorch...
All reactions