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.
cache lm packed data (facebookresearch#447)
Summary: Pull Request resolved: facebookresearch#447 cache lm packed data For every single GPU node, we cache the packed numberized LM data in Json format (pickle is slower in theory) The first epoch, we will generate the numberized_rows and write to cache For the following epoch, we will read from cache directly. Reviewed By: borguz Differential Revision: D14651814 fbshipit-source-id: 05b0880e6d0cf979e3cc5bcdf0ea60f3d2702320
- Loading branch information
1 parent
4e7a3b1
commit d6054c1
Showing
2 changed files
with
11 additions
and
0 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