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

Script to convert caffe to pytorch #32

Closed
sanchit2843 opened this issue Dec 13, 2019 · 2 comments
Closed

Script to convert caffe to pytorch #32

sanchit2843 opened this issue Dec 13, 2019 · 2 comments

Comments

@sanchit2843
Copy link

Can you share any tool by which we can convert Caffe model to pytorch? Or if you can provide the same features for Ip-csn model.

@daniel-j-h
Copy link
Member

The convert tool converts weights from the provided pkl files to pytorch compatible format. The architecture is decoupled from the weights and is implemented here.

We don't support the CSN models right now - see #9. If you want a pytorch version of them you'd have to implement the weight conversion and model definition (see links above).

@sanchit2843
Copy link
Author

Thanks a lot.

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