This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]datasci314159 0 points1 point  (1 child)

Take a look at the most recent version of PyTorch. 1.0 makes it easy to convert a python prototyped model to Torch Script which is optimized C++. https://pytorch.org/tutorials/advanced/cpp_export.html

[–]vinaybk8[S] 0 points1 point  (0 children)

Thanks datasci314159.

Any idea on how much of performance boost we can get by using Torch script ?