Skip to content

Releases: spokenlanguage/platalea

Platalea v2.1

13 Apr 05:52
6ed7139
Compare
Choose a tag to compare

What's Changed

  • Mainly, this release adds preprocessing and a dataloader for the howto100m dataset of howto videos. This has not yet been tested thoroughly.
  • Bugfix in rank_eval.py

Full Changelog: v2.0...v2.1

Platalea v2.0

28 Jul 14:58
76ea5b7
Compare
Choose a tag to compare

Changes related to the ZeroSpeech challenge:

  • added support for SpokenCOCO dataset
  • added code to support the use of pretrained features + utility script to extract CPC features
  • refactored tokenization helpers making the tokenizer a global variable of dataset.py
  • changed platalea default config path ~/.platalea -> ~/.config/platalea
  • disabled use of wandb by default in basic.py and transformer.py experiments
  • pinning down pytorch version

Resolves issues #53, #103, #104 and (temporarily) solves #116.

Platalea v1.0

09 Dec 14:32
Compare
Choose a tag to compare

Introducing an attention-based encoder-decoder architecture for speech recognition. Multitask training with multiple objectives (e.g. cross-modality retrieval and speech transcription) is also possible now.

v0.9

08 Dec 16:12
ac86f8b
Compare
Choose a tag to compare
Update datafiles.md