Skip to content

Releases: TensorSpeech/TensorFlowASR

TensorFlowASR v2.0.1

19 May 17:34
Compare
Choose a tag to compare

TensorFlowASR v2.0.0

04 May 17:01
Compare
Choose a tag to compare

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

12 Mar 07:39
caee2e7
Compare
Choose a tag to compare

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

07 Nov 11:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

TensorFlowASR v1.0.1

16 May 07:18
Compare
Choose a tag to compare

Release Notes

  • Bug fixes
  • Update datasets
  • Update featurizers
  • Update scripts
  • Rename _build to make in BaseModel class (shouldn't call _ prefixed function in python)

TensorFlowASR v1.0.0

17 Apr 17:37
0143857
Compare
Choose a tag to compare

Release Notes

  • Refactor repository structure
  • Add notebook examples
  • Remove custom training loop and use custom keras loop instead
  • Update examples

TensorFlowASR v0.8.3

10 Apr 06:14
Compare
Choose a tag to compare

Release Notes

  • Fix streaming transducer for testing in larger batch size
  • Add extras_require to setup.py for installing with multiple tensorflow versions

TensorFlowASR v0.8.2

06 Apr 17:43
9a67d87
Compare
Choose a tag to compare

Release Notes

  • Update Transducer, Dataset
  • Fix some bugs

TensorFlowASR v0.8.1

17 Mar 17:57
Compare
Choose a tag to compare

Release Notes

  • Fix small bug when not declaring the eval dataset

TensorFlowASR v0.8.0

09 Mar 17:45
fa85aa1
Compare
Choose a tag to compare

Release Notes

  • Update stft
  • Update WER and CER Metrics