Git Product home page Git Product logo

audio-auto-tagging-models's Introduction

Tensorflow2 implementation of various music auto-tagging models

Evaluation of CNN-based Automatic Music Tagging Models

Minz Won, Andres Ferraro, Dmitry Bogdanov, and Xavier Serra

SMC, 2020

Reference

Available Models

  • Sample-level CNN : Sample-level Deep Convolutional Neural Networks for Music Auto-tagging using Raw Waveforms, Lee et al., 2017 pdf
  • Sample-level CNN + Squeeze-and-excitation : Sample-level CNN Architectures for Music Auto-tagging Using Raw Waveforms, Kim et al., 2018 arxiv, code
  • Music-SincNet : Music Auto-tagging with Learning Filter Banks, Lee and Shin, 2020 pdf
  • Harmonic-CNN : Data-driven Harmonic filters for Audio Representation Learning, Won et al., 2020 pdf, code

Upcoming Models

  • Self-attention

Usage

  • Requirements

conda env create -n {ENV_NAME} --file environment.yaml
conda activate {ENV_NAME}

  • Preprocessing

python -u preprocess.py run ../dataset
python -u split.py run ../dataset

  • Training

python main.py

  • Options

'--gpu', type=str, default='0'
'--encoder_type', type=str, default='HC', choices=['HC', 'MS', 'SC']
'--block', type=str, default='rese', choices=['basic', 'se', 'res', 'rese']

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.