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 models to torchscript format #6

Open
p16i opened this issue Aug 31, 2019 · 2 comments
Open

Convert models to torchscript format #6

p16i opened this issue Aug 31, 2019 · 2 comments

Comments

@p16i
Copy link
Collaborator

p16i commented Aug 31, 2019

Torch provides a way to save models in Torchscript. Using this format, several computations can be further optimised, hence faster models.

More information: https://pytorch.org/docs/stable/jit.html#frequently-asked-questions

We might also to this for datasets (collated_func)

@pritam1309
Copy link

can you assign it to me ?

@wannaphong
Copy link
Member

can you assign it to me ?

You can work this issues. 👍

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

No branches or pull requests

3 participants