Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default Model.onnx_model to target onnx.model.tar.gz #355

Merged
merged 8 commits into from
Aug 15, 2023
Merged

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    1d424c2 View commit details
    Browse the repository at this point in the history
  2. quality

    Benjamin committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d06ed9b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. fix a unit test

    Benjamin committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6af9577 View commit details
    Browse the repository at this point in the history
  2. Fix Typos

    super().path call updated to super.path()
    rahul-tuli committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    857a478 View commit details
    Browse the repository at this point in the history
  3. 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....`
    rahul-tuli committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e8846bb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. 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
    rahul-tuli committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ecd8949 View commit details
    Browse the repository at this point in the history
  2. fix typo

    bfineran authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    da76570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fcb564 View commit details
    Browse the repository at this point in the history