Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert pre-trained models to CPU before saving #36

Open
danielcranston opened this issue Jan 17, 2020 · 1 comment
Open

Convert pre-trained models to CPU before saving #36

danielcranston opened this issue Jan 17, 2020 · 1 comment

Comments

@danielcranston
Copy link

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!

@mac137
Copy link

mac137 commented May 26, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants