v1.1.0
We are excited to announce the release of v1.1.0! This update includes several enhancements and usability improvements.
The pre-trained weights previously hosted on GitHub have been removed, and the new code now uses those stored on 🤗Hugging Face. Please download and use them from there from now on:
Also we attached the poster presented at IEEE SLT 2024, which can be used for a quick overview:
What's Changed
- Update
README.md
by @kAIto47802 in #36 - Add
CITATION.cff
by @kAIto47802 in #37 - Add SLT Poster by @kAIto47802 in #38
- Fix name order in citation by @kAIto47802 in #39
- Remove ckpt by @Wataru-Nakata in #41
- Update VSCode settings by @kAIto47802 in #43
- Add config type by @kAIto47802 in #42
- Update README and remove
.gitattributes
by @kAIto47802 in #44 - Set
disallow_untyped_defs=true
and add missing type annotations by @kAIto47802 in #45 - Update download utils by @kAIto47802 in #46
- Remove unused save utils by @kAIto47802 in #47
- Rename BaseDataset to _BaseDataset for internal use by @kAIto47802 in #48
- Add tests by @kAIto47802 in #49
- Update torch installation for the CPU-only version in CI by @kAIto47802 in #50
- Bump up to v1.1.0 by @kAIto47802 in #51
New Contributors
- @Wataru-Nakata made their first contribution in #41
Full Changelog: v1.0.1...v1.1.0