Git Product home page Git Product logo

Comments (1)

jefflai108 avatar jefflai108 commented on September 26, 2024

hi @KatherineWe
Sorry for the late reply. I was on vacation. Regarding your questions:
Are you familiar with Kaldi (https://kaldi-asr.org)? This repo is based on Kaldi. The "parse_options.sh" error arose due to incorrect setup of your Kaldi directory (check path.sh file and make sure your Kaldi path is correct). As for utt2spk, you may have to generate it yourself (it is simple!). In Kaldi, the data directory has three files: feats.scp, utt2spk, wav.scp. You'll need wav.scp and utt2spk for Kaldi to extract log mel spec features.

An example of utt2spk would be like this (for this dataset):
M0019-E_1000014 M0019
M0019-E_1000028 M0019
M0019-E_1000036 M0019
M0019-E_1000050 M0019
where M0019-E_1000050 is the utterance ID and M0019 is the speaker ID. You can easily generate this in python or bash.

Let me know if you have further trouble :)

from attentive-filtering-network.

Related Issues (7)

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.