Skip to content

Releases: neuralmagic/sparsezoo

SparseZoo v0.7.0

13 Sep 16:44
c1082e9
Compare
Choose a tag to compare

New Features:

Changes:

  • None

Resolved Issues:

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

Known Issues:

  • None

SparseZoo v0.6.0

30 Jul 23:02
5ca44f8
Compare
Choose a tag to compare

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

SparseZoo v0.5.1 Patch Release

30 Jun 16:21
Compare
Choose a tag to compare

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

  • version updated for consistency to reflect DeepSparse repo hotfix.

SparseZoo v0.5.0

28 Jun 18:09
e6046a4
Compare
Choose a tag to compare

New Features:

Changes:

  • None

Resolved Issues:

  • API requests for models on Windows systems now working consistently.

Known Issues:

  • None

SparseZoo v0.4.0

04 Jun 20:53
Compare
Choose a tag to compare

New Features:

  • None

Changes:

  • Readme redesigned for better clarity on the repository's purpose.

Resolved Issues:

  • Neural Magic dependencies upgrade to intended bug versions instead of minor versions.

Known Issues:

  • None

SparseZoo v0.3.1 Patch Release

14 May 00:00
Compare
Choose a tag to compare

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

SparseZoo v0.3.0

30 Apr 23:54
f164486
Compare
Choose a tag to compare

New Features:

  • SparseZoo table UI added for finding available recipes and models in the zoo.
  • APIs added for looking up similar recipes and getting the base model associated with a recipe.
  • Convenience methods added to the Model and Recipe class to lookup related objects to the current instance.

Changes:

  • Version changed to be loaded from version.py file, default build on branches is now nightly.
  • Removed all references to optim and optimization in favor of sparse and sparsification.

Resolved Issues:

  • None

Known Issues:

  • None

SparseZoo v0.2.0

31 Mar 23:10
5f32dcb
Compare
Choose a tag to compare

New Features:

  • YOLOv3 base, pruned, pruned-quantized models added for ultralytics/yolov5 repo.
  • Keras pruned resnet models implemented.
  • Ability to load recipes from SparseZoo stubs available.
  • Ability to load the base weights for a sparsified model available.

Changes:

  • Default log level changed to warn.
  • SparseZoo backend improved for faster deployments and more uptime.

Resolved Issues:

  • Docs and readme corrections made for minor issues and broken links.
  • Makefile no longer deletes files for docs compilation and cleaning.

Known Issues:

  • None

SparseZoo v0.1.1 Patch Release

01 Mar 19:57
5ba3b84
Compare
Choose a tag to compare

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

  • Docs updates: tagline, overview, update to use sparsification for verbiage
  • ResNet-50 pruned_quant moderate model added for PyTorch SparseML
  • Functionality added for loading recipes and corresponding model weights from zoo stubs
  • Nightly build dependencies now match on major.minor and not full version
  • Change default log level to warn from info

SparseZoo v0.1.0 First GitHub Release

04 Feb 21:20
77f10ec
Compare
Choose a tag to compare

Welcome to our initial release on GitHub! Older release notes can be found here.

New Features:

  • Python API is available to interact with models in the SparseZoo.
  • CLI added to interact with models in the SparseZoo.
  • model_download Jupyter Notebook added.
  • Test cases introduced for published models.
  • MakeFile flows and utilities implemented for GitHub repo structure.

Changes:

  • Software packaging updated to reflect new GitHub distribution channel, from file naming conventions to license enforcement removal.

Resolved Issues:

  • None

Known Issues:

  • None