Skip to content

Releases: hearbenchmark/hear-baseline

v2021.1.1

06 Jun 20:55
fca0bfc
Compare
Choose a tag to compare

This release includes minor changes involving updating URLs and language within the README and in the repo to reflect the renaming of this organization from neuralaudio to hearbenchmark.

What's Changed

Full Changelog: v2021.1.0...v2021.1.1

v2021.1.0

21 Jan 10:26
Compare
Choose a tag to compare

HEAR 2021 Competition Version

  • Minor fix, unpins transformers version

v2021.0.5

13 Sep 18:44
4478f9f
Compare
Choose a tag to compare
  • wav2vec2 baseline uses facebook/wav2vec2-large-100k-voxpopuli model by default and has different hop sizes for scene and timestamp embedding.
  • torchcrepe baseline has different hop sizes for scene and timestamp embedding.

v2021.0.3

26 Aug 18:06
78bc153
Compare
Choose a tag to compare
  • torch.fft.rfft fix for pytorch 1.7
  • tensorflow model now loads weights so it matches the pytorch implementation
  • Keras implementation of baseline model
  • hearbaseline.wav2vec2 model

v2021.0.2

26 Jul 17:08
Compare
Choose a tag to compare
  • Adds a TensorFlow version of the naive baseline model
  • Updates the timestamps returned from get_timestamp_embeddings to have a shape (n_sounds, n_timestamps)

v2021.0.1

10 Jul 07:04
5c0674e
Compare
Choose a tag to compare

HEAR 2021 naïve baseline model

  • PyTorch implementation of naive baseline: mel-spectrogram with random projection