Skip to content

model compatibility #32

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

Closed
abrahamyan-lusine opened this issue Jan 19, 2017 · 2 comments
Closed

model compatibility #32

abrahamyan-lusine opened this issue Jan 19, 2017 · 2 comments

Comments

@abrahamyan-lusine
Copy link

Is there any way to transform pytorch model to caffe, or tensorflow?

@soumith
Copy link
Member

soumith commented Jan 19, 2017

We plan to add this over time, but at the moment there is no converter.
However, if you look at model.state_dict(), it is a simply python dict with the weights, and you can use this dict to manually copy over the weights to other frameworks.

@soumith soumith closed this as completed Feb 28, 2017
@ypxie
Copy link

ypxie commented May 4, 2017

@soumith It seems that model saved with model.state_dict() is not portable between different machines? https://discuss.pytorch.org/t/erros-in-loadding-model-pth/2632/3

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

3 participants