Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 1.32 KB

Changelog

All notable changes to AudioSeal are documented in this file.

The format is based on Keep a Changelog.

[0.1.3] - 2024-06-24

  • Update scripts to new training code
  • Fix bugs in loading custom fine-tuned model (#37)

[0.1.3] - 2024-04-30

  • Fix bug in getting the watermark with non-empty message created in CPU, while the model is loaded in CUDA
  • Update Fix bug in building the model card programmatically (not via .YAML file using OmegaConf)
  • Add support for HuggingFace Hub, now we can load the model from HF. Unit tests are updated

[0.1.2] - 2024-02-29

  • Add py.typed to make audioseal mypy-friendly
  • Add the option to resample the input audio's sample rate to the expected sample rate of the model (#18)
  • Move attacks.py to non-core code base of audioseal
  • Remove duplicate module SEANetEncoderKeepDimension in audioseal.lib.audiocraft.modules.seanet and audioseal.models

[0.1.1] - 2024-02-04

  • Fix issue in installing audioseal from pypi due to conflict with audiocraft package
  • Fix typos in example notebooks
  • Update checkpoint to be Windows-compatible

[0.1.0] - 2024-02-01

  • Initial release