Skip to content

Tensorflow implementation of between-class learning for sound recognition https://arxiv.org/abs/1711.10282

Notifications You must be signed in to change notification settings

mohaimenz/EnvNet-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3cc49b1 · Apr 14, 2020

History

3 Commits
Apr 14, 2020
Apr 14, 2020
Apr 14, 2020
Apr 14, 2020
Apr 14, 2020
Apr 14, 2020
Apr 14, 2020
Apr 14, 2020
Apr 14, 2020

Repository files navigation

EnvNet-V2

Tensorflow implementation of between-class learning for sound recognition https://arxiv.org/abs/1711.10282

This repository is just a translation of the chainer implementation of EnvNet-V2 to Keras/Tensorflow. The chainer implementation can be found here at: https://github.com/mil-tokyo/bc_learning_sound

Setup

  • Install Tensorflow 2.0
  • Prepare datasets following this page.

Training

  • Template: python main.py --dataset [esc50, esc10, or urbansound8k] --netType [envnet or envnetv2] --data path/to/dataset/directory/ (--BC) (--strongAugment)

About

Tensorflow implementation of between-class learning for sound recognition https://arxiv.org/abs/1711.10282

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages