-
Notifications
You must be signed in to change notification settings - Fork 106
TORCH loading documentation and/or error #126
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
For your current issue: You should use the binary from |
A complete description on how to save a JIT'ed model in PyTorch is here: https://pytorch.org/tutorials/advanced/cpp_export.html For simple models, you can follow this: We certainly need good documentation on how to export models from the various frameworks for GA. Also, @hhsecond has added some support for exporting to the |
Continuing this and #139, I have a plan to make a set of tutorial documentation at https://oss.redislabs.com/redisai/.
|
I was also thinking something on these lines. Absolutely, by all means feel free to move ahead with this. |
I'm attempting to load in a Torch model and I'm a little unsure of what RedisAI is expecting It doesn't seem to be documented, so I'm assuming it's the result of
torch.save
, but that doesn't seem to work.As a test, I'm using the AllenNLP tutorial then trying to load one of the models it generates like this:
Yet it results in the following error:
The text was updated successfully, but these errors were encountered: