-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
default Model.onnx_model to target onnx.model.tar.gz (#355)
* default Model.onnx_model to target onnx.model.tar.gz * quality * fix a unit test * Fix Typos super().path call updated to super.path() * Default force to True, as written in the docstring and expected by Tests This change fixes failing test `tests/sparsezoo/objects/test_directory.py ...F....` * Add force argument to `Directory` class to override unzipping during creation Add model.onnx.tar.gz to expected files Update test_unzipping to force unzip, as the parent directory is already present * fix typo * Update src/sparsezoo/objects/directories.py --------- Co-authored-by: Rahul Tuli <[email protected]>
- Loading branch information
1 parent
a516d08
commit 4577acf
Showing
7 changed files
with
69 additions
and
15 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
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