Coder Social home page Coder Social logo

Comments (2)

Yujia-Yan avatar Yujia-Yan commented on June 15, 2024

Hi,
Thanks for your interest.

  1. I do not see those parameter matters, as far as I know. But this view may be biased as a larger range may accommodate more harmonics for seldomly played high notes.
  2. a. The curve looks under-fitting. The number of training steps should be increased accordingly. The code is using an aggressive learning rate scheduler (OneCircle) which requires the total number of iterations known beforehand. It's probably better to switch to a constant learning rate scheduler to train longer (e.g. the famous default 1e-4 learning rate) in practice if we don't know how much steps are enough.
    b. The architecture uses batch norm, which is also notorious for small batch training. That's why I have not even tried small batch like that.
    BTW, the spikes in train_f1 and others suggest you may have some issue in dataset. Have you checked the sampling rate of the data?

from skipping-the-frame-level.

seyong92 avatar seyong92 commented on June 15, 2024

Thank you for the fast comment! I will change the learning rate and share the results after training.

Also, I found that some of the files are not correctly resampled to 44100, as you said. Thanks!

from skipping-the-frame-level.

Related Issues (14)

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.