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
I'm trying to load the pre-trained models (.t7 files) in PyTorch using https://github.com/clcarwin/convert_torch_to_pytorch. The error I run into points me to this issue in the same repo, suggesting that the issue is that the models were not converted to CPU before being saved.
In order to allow a broader community access to these models, I'd like to ask that you convert the models to CPU, re-save and provide these models as well.
My setup makes installing Lua and Torch quite cumbersome it seems, else I would have prepared these models and made a PR.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @danielcranston! Have you managed to convert the models to work on CPU? @yindaz would it be possible to provide the pre-trained models working on CPU?
I'm trying to load the pre-trained models (
.t7
files) in PyTorch using https://github.com/clcarwin/convert_torch_to_pytorch. The error I run into points me to this issue in the same repo, suggesting that the issue is that the models were not converted to CPU before being saved.In order to allow a broader community access to these models, I'd like to ask that you convert the models to CPU, re-save and provide these models as well.
My setup makes installing Lua and Torch quite cumbersome it seems, else I would have prepared these models and made a PR.
Thanks!
The text was updated successfully, but these errors were encountered: