forked from pytorch/glow
-
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.
(trivial) Change bundle weights file names to ".weights.bin" / ".weig…
…hts.txt" (pytorch#3721) Summary: **Summary** The bundle generates the weights in 2 files with 2 formats: - binary: the file name was "<bundle_name>.weights" - text (include C buffer array format): the file name was "<bundle_name>.inc" I changed the generated file names to have more clarity: - <bundle_name>.weights.bin - for the binary format - <bundle_name>.weights.txt - for the text format **Documentation** Small updates. **Test Plan** None Pull Request resolved: pytorch#3721 Reviewed By: shajrawi Differential Revision: D18299883 Pulled By: opti-mix fbshipit-source-id: 1f736a6168b6e342ecbb021f82eeddfb029b2e50
- Loading branch information
1 parent
57a4427
commit 1c6782f
Showing
5 changed files
with
259 additions
and
41 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
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
Oops, something went wrong.