This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 800
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
the
CLA Signed
Do not delete this pull request or issue due to inactivity.
label
Jul 16, 2019
shreydesai
force-pushed
the
export-D16268693
branch
from
July 18, 2019 20:14
94e5c86
to
cbdfe6a
Compare
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
force-pushed
the
export-D16268693
branch
from
July 18, 2019 20:35
cbdfe6a
to
4d6983f
Compare
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
force-pushed
the
export-D16268693
branch
from
July 19, 2019 00:39
4d6983f
to
26a1df0
Compare
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
force-pushed
the
export-D16268693
branch
from
July 27, 2019 17:08
26a1df0
to
48be44f
Compare
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
force-pushed
the
export-D16268693
branch
from
July 27, 2019 17:09
48be44f
to
a101c1a
Compare
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
force-pushed
the
export-D16268693
branch
from
August 2, 2019 00:03
a101c1a
to
b05b250
Compare
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
shreydesai
force-pushed
the
export-D16268693
branch
from
August 2, 2019 00:04
b05b250
to
269b982
Compare
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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