forked from facebookresearch/pytext
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: facebookresearch#597 RNNG model using JIT, e2e works in training time now Reviewed By: wowitsmrinal Differential Revision: D15001036 fbshipit-source-id: fddac1d85dd9c1725d3b6fe8d20ca0146d0c9755
- Loading branch information
1 parent
4095d45
commit 543925c
Showing
10 changed files
with
771 additions
and
27 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved | ||
from .model import RNNGModel, RNNGParserJIT | ||
|
||
|
||
__all__ = ["RNNGParserJIT", "RNNGModel"] |
Oops, something went wrong.