GithubHelp home page GithubHelp logo

kpop_vocal_tagging's Introduction

kpop vocal tagging

Final Project of Deep Learning for Music and Audio

semantic tagging with KVT Dataset

Directory

data
    └ ???
└ utils.py : Loss, Metric 등을 불러오기 위해 정의된다.
└ dataset.py : dataset을 정의한다.
└ model.py : semantic tagging 모델을 정의한다.
└ train.py : dataloader를 불러와 model로 학습을 진행한다.
└ test.py : 학습된 model을 불러오고, inference 내용을 출력한다.\

Model

  • base_model

image

train example

train with learning rate 0.0001 for 5 epochs

python train.py -learning_rate 0.0001 -epoch 5

evaluation

model F-Score Precision Recall
base 0.7489 0.6223 0.9344
resnet 0.7385 0.6050 0.9416
crnn 0.7433 0.6182 0.9261

demo result

image

image

kpop_vocal_tagging's People

Contributors

park323 avatar

Watchers

 avatar

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.