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

How can I convert my own model? #5

Open
ruyijidan opened this issue Aug 5, 2019 · 1 comment
Open

How can I convert my own model? #5

ruyijidan opened this issue Aug 5, 2019 · 1 comment

Comments

@ruyijidan
Copy link

model = alexnet(pretrained=True).eval().cuda()
model = '/path/to/mymodel' or?

@ruyijidan
Copy link
Author

model = alexnet(pretrained=True).eval().cuda()
it;s regular pytorch model
how can I convert my alexnet model ?

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

1 participant