Skip to content

Platalea v2.0

Compare
Choose a tag to compare
@bhigy bhigy released this 28 Jul 14:58
· 65 commits to master since this release
76ea5b7

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.