Git Product home page Git Product logo

Comments (2)

Sleepwalking avatar Sleepwalking commented on June 25, 2024

Hello, this is a bit case-dependent. My experience tells that long files are tricky to handle. For speech data it works the best with audio under 20 seconds. Actually the memory usage is O(N^2) where N is the file length so it'll quickly run out of memory for anything lasting longer than a minute. Quality also degrades when there are long silences.

There are tricks to tame those long audio files. For example, you can do this in two steps. First drop frames from the acoustic features and do a rough alignment. With this initial alignment, you can then cut the file into smaller pieces and do full scaled alignment on each of them.

from shiro.

 avatar commented on June 25, 2024

I see. I should have clarified that I was asking about training and not just alignment.
The audio was way too long, several minutes each, and while I wasn't running out of memory the training wasn't progressing. I roughly segmented the audio with another tool and it worked as expected.

Thank you very much for the advice. Especially with the suggested tricks.

from shiro.

Related Issues (6)

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.