pytorch/glow
This document provides a short description about producing ahead-of-time compiled executable bundles. The motivation for this work is to remove the cost of compile time by allowing the users of Glow to compile the package ahead of time. A bundle is a self-contained compiled network model that can be used to execute the model in a standalone mode. After following the instructions in this document and the Makefile in the example directory you will be able to compile convolutional neural networks into small executables. It is possible to use the Glow library to produce bundles.
May-17-2018, 15:20:15 GMT
- Technology: