Sparsezoo Versions Save

Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes

v1.1.0

1 year ago

New Features:

  • Python 3.10 supported.
  • SparseZoo APIs refactored, focusing on better and easier-to-use functionality. The model class is now the core interface and works the same for both SparseZoo stubs as well as local folders and enables storing models from the SparseZoo in any local folder.
  • Model Analysis API added, enabling detailed layer and operator information for operations, pruning, quantization, parameter counts, and more.
  • BERT-base-cased models added.
  • BioBERT models added.
  • Quantized BERT-base MLM models added for support for Information Retrieval pipelines.
  • Compound (structured pruning, unstructured pruning, quantization) ResNet-50 models added.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None

v1.0.0

1 year ago

New Features:

  • None

Changes:

  • Download progress bar changed to use byte units.
  • Click as a root dependency added as the new preferred route for CLI invocation and arg management.

Resolved Issues:

  • Protobuf version pinned to prevent issues with ONNX dependencies.

Known Issues:

  • None

v0.12.1

1 year ago

This is a patch release for 0.12.0 that contains the following changes:

  • Protobuf is restricted to version < 4.0 as the newer version breaks ONNX.

v0.12.0

2 years ago

New Features:

  • DistilBERT models added.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None

v0.11.0

2 years ago

New Features:

  • New ResNet-50 models added with improved performance and recovery.
  • BERT 12-layer token classification recipes added.
  • BERT 3-layer and 6-layer models added.

Changes:

  • Documentation updated to align with UI.

Resolved Issues:

  • The package version check is now wrapped in an exception so that the background thread for checking does not error out when outbound network restrictions are in place.

Known Issues:

  • None

v0.10.0

2 years ago

New Features:

Changes:

  • Docs updated to reflect latest state of the SparseZoo UI.
  • Version check API updated to use POST rather than GET methods to prevent potential caching issues.

Resolved Issues:

  • Wrapped tests addressed that were failing intermittently with flaky to prevent improper test failures.

Known Issues:

  • None

v0.9.0

2 years ago

New Features:

Changes:

  • API docs recompiled.

Resolved Issues:

  • None

Known Issues:

  • None

v.0.8.0

2 years ago

New Features:

  • Support added for more recipe types and names in preparation for BERT sparse transfer learning.
  • Sparse BERT mask language modeling models pushed to the SparseZoo with example recipes for transferring to other downstream datasets.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None

v.0.7.0

2 years ago

New Features:

Changes:

  • None

Resolved Issues:

  • 403 errors no longer occasionally occur when trying to download models.

Known Issues:

  • None

v0.6.0

2 years ago

New Features:

  • Support added for batched iteration of a dataset.

Changes:

  • None

Resolved Issues:

  • Load_numpy_list API no longer crashes when loading from a directory.

Known Issues:

  • None