Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

implemented mobile exporter #785

Closed

Conversation

shreydesai
Copy link
Contributor

Summary: Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.

Differential Revision: D16268693

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jul 16, 2019
shreydesai added a commit to shreydesai/pytext that referenced this pull request Jul 18, 2019
Summary:
Pull Request resolved: facebookresearch#785

Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.

Differential Revision: D16268693

fbshipit-source-id: 70641bcc9820f47e22549c4df62c68c2815e84d4
shreydesai added a commit to shreydesai/pytext that referenced this pull request Jul 18, 2019
Summary:
Pull Request resolved: facebookresearch#785

Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.

Differential Revision: D16268693

fbshipit-source-id: 3b3b31c64f545f836f727006b4382fba91c87b23
shreydesai added a commit to shreydesai/pytext that referenced this pull request Jul 19, 2019
Summary:
Pull Request resolved: facebookresearch#785

Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.

Differential Revision: D16268693

fbshipit-source-id: 468a08c0cdd31e185b20ea9cdf383da1e2167305
shreydesai added a commit to shreydesai/pytext that referenced this pull request Jul 27, 2019
Summary:
Pull Request resolved: facebookresearch#785

Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.

Differential Revision: D16268693

fbshipit-source-id: 3dc69d65abbc75cc3e6c1111c08d4f537747f375
shreydesai added a commit to shreydesai/pytext that referenced this pull request Jul 27, 2019
Summary:
Pull Request resolved: facebookresearch#785

Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.

Differential Revision: D16268693

fbshipit-source-id: 76e46dfe48ed64e73872ff1391acd36b865ad70b
shreydesai added a commit to shreydesai/pytext that referenced this pull request Aug 2, 2019
Summary:
Pull Request resolved: facebookresearch#785

Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.

Reviewed By: geof90

Differential Revision: D16268693

fbshipit-source-id: e7ea20b0c85fb6039aa049aae5a5d0b53c897554
Summary:
Pull Request resolved: facebookresearch#785

Implements a model exporter that splits an onnx model into an init_net and predict_net, processes the nets to add vocab and output layer operators, and saves the proto files to disk. These disjoint proto files can then fully represent a model to be used on-device.

Reviewed By: geof90

Differential Revision: D16268693

fbshipit-source-id: bc5c4ca27e3e262bd39937e60b224f08d8b07404
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 88f2f6f.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants