Releases: TensorSpeech/TensorFlowASR
Releases · TensorSpeech/TensorFlowASR
TensorFlowASR v2.1.0
Full Changelog: v2.0.1...v2.1.0
TensorFlowASR v2.0.1
Full Changelog: v2.0.0...v2.0.1
TensorFlowASR v2.0.0
What's Changed
- WordPiece, Sentencepiece, Refactor, Correct configurations by @nglehuy in #253
- chore(deps): bump black from 23.7.0 to 24.3.0 by @dependabot in #288
- chore(deps): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #287
- chore(deps): bump tqdm from 4.66.1 to 4.66.3 by @dependabot in #286
Full Changelog: v1.0.3...v2.0.0
TensorFlowASR v1.0.3
What's Changed
- Bump pillow from 8.3.2 to 9.0.0 by @dependabot in #240
- Bump nltk from 3.6.4 to 3.6.6 by @dependabot in #245
- Bump pillow from 9.0.0 to 9.0.1 by @dependabot in #250
- Refactor: add support tf2.8 + update imports + update examples + add helpers by @usimarit in #251
Full Changelog: v1.0.2...v1.0.3
TensorFlowASR v1.0.2
What's Changed
- Fix CTC recognitions by @usimarit in #200
- Fix/extra dependencies by @ebraraktas in #202
- Fix/conformer tflite conversion by @ebraraktas in #203
- Fix/conformer demo by @ebraraktas in #204
- Bump pillow from 8.3.1 to 8.3.2 by @dependabot in #223
- Fix
get_config()
ofPositionalEncoding
by @ebraraktas in #225 - Bump nltk from 3.6.2 to 3.6.5 by @dependabot in #227
- Bug fixings by @usimarit in #229
- Time reduction factor calculation is fixed. by @cemildemir19 in #230
- Support saved model conversion for transducer models by @usimarit in #233
New Contributors
- @ebraraktas made their first contribution in #202
- @dependabot made their first contribution in #223
- @cemildemir19 made their first contribution in #230
Full Changelog: v1.0.1...v1.0.2
TensorFlowASR v1.0.1
Release Notes
- Bug fixes
- Update datasets
- Update featurizers
- Update scripts
- Rename
_build
tomake
inBaseModel
class (shouldn't call_
prefixed function in python)
TensorFlowASR v1.0.0
Release Notes
- Refactor repository structure
- Add notebook examples
- Remove custom training loop and use custom keras loop instead
- Update examples
TensorFlowASR v0.8.3
Release Notes
- Fix
streaming transducer
for testing in larger batch size - Add
extras_require
tosetup.py
for installing with multiple tensorflow versions
TensorFlowASR v0.8.2
Release Notes
- Update Transducer, Dataset
- Fix some bugs
TensorFlowASR v0.8.1
Release Notes
- Fix small bug when not declaring the eval dataset