Git Product home page Git Product logo

Comments (4)

pasindud avatar pasindud commented on April 30, 2024

"Failed of get job logs" mean data was exported but the voice building never got started.

We run the voice building jobs using docker, they are scheduled and orchestrated by Google Genomics Pipeline API

Goto
https://console.cloud.google.com/genomics/operations?project=<project_name>

  • This will give list of pipeline api operations names (they should be red)

Get a operation name that failed, then run the following in the terminal using gcloud

gcloud alpha genomics  operations  describe <operation name>

In the result there should be some information about why it failed.

  • The issue in the demo server is because quotas we have put in place.

from voice-builder.

mbarnig avatar mbarnig commented on April 30, 2024

Thank you Pasindu for your quick and comprehensive answer.

In the mean time I executed two additional jobs, the last one with the data of the public Sinhala example stored in my own Google storage bucket. Both jobs were running fine.

If I look at the Genomics console I see only the two last API operations which are green (status: success). My two first jobs are not listed.

Perhaps it was only a temporary problem on the platform or an issue related to quota, because I started the two first jobs at the same time.

In a next step I will try to run a job with my own data to create a luxembourgish voice (low-resourced language). In the past I did several trials to create a luxembourgish voice in Festival, Merlin and MaryTTS on my own development system. All my attempts failed due to technical complexity.

Therefore I appreciate your great Voice-Builder project and I hope to move forward with my experiments.

best greetings,
Marco Barnig

from voice-builder.

pasindud avatar pasindud commented on April 30, 2024

If those two are green, check in the GCS bucket gs://<project name>-jobs/<number>/ there should be a file called built-voice.tar.gz . If that is there it means the voice was built. You just have to click deploy on the jobs UI to deploy the model to a server (it should be already done automatically).

  • When building a new language make sure the phonology is in the right format doc

Many examples can be found at [1] under each language's festvox folder example si/festvox/ipa_phonology.json

  • Make sure the lexicon is in the correct format, you can use this tool [2] to convert a TSV lexicon to festival format SCM.

  • Note that these are parametric voices and not unit selection

1 - https://github.com/googlei18n/language-resources
2 - https://github.com/googlei18n/language-resources/blob/master/festival_utils/festival_lexicon_from_tsv.py

Hope you train a luxembourgish TTS

from voice-builder.

mirfan899 avatar mirfan899 commented on April 30, 2024

How did you solve the issue @mbarnig ?

from voice-builder.

Related Issues (17)

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.