Giter VIP home page Giter VIP logo

Comments (12)

rishikksh20 avatar rishikksh20 commented on June 1, 2024 4

can you upload some samples generated from 3 sec prompt ?

from vall-e.

lifeiteng avatar lifeiteng commented on June 1, 2024 1

what's the expected output? I had some issues relating to some tensors being on cuda, some on cpu and also getting dependencies (especially k2) installed was not straight forward. Anyway, I forced inference on cpu and the result of this command is: 2023-02-07 19:18:18,936 INFO [infer.py:141] synthesize text: To get up and running quickly just follow the steps below. EOS [61 -> 69]

The resulting wav file is about 5-10kb, so not even a second.

nano config is too small, so the AR-Decoder may not work well.
re-run to get new(diverse) result.

from vall-e.

do-web avatar do-web commented on June 1, 2024

How do i store the training data and how are they loaded? Any example?

from vall-e.

lifeiteng avatar lifeiteng commented on June 1, 2024

How do i store the training data and how are they loaded? Any example?

https://github.com/lifeiteng/valle/blob/main/README.md#training

from vall-e.

lifeiteng avatar lifeiteng commented on June 1, 2024

model trained with nano config(about 100x smaller than the paper config) have been able to synthesize human-like speech.

from vall-e.

lifeiteng avatar lifeiteng commented on June 1, 2024

截屏2023-02-07 00 24 49

from vall-e.

lifeiteng avatar lifeiteng commented on June 1, 2024

can you upload some samples generated from 3 sec prompt ?

cd egs/libritts

python3 bin/infer.py \
    --decoder-dim 128 --nhead 4 --num-decoder-layers 4 --model-name valle \
    --text-prompts "Go to her." \
    --audio-prompts ./prompts/61_70970_000007_000001.wav \
    --output-dir infer/demo_valle_epoch20 \
    --checkpoint exp/valle_nano_v2/epoch-20.pt

from vall-e.

tfriedel avatar tfriedel commented on June 1, 2024

what's the expected output? I had some issues relating to some tensors being on cuda, some on cpu and also getting dependencies (especially k2) installed was not straight forward. Anyway, I forced inference on cpu and the result of this command is:
2023-02-07 19:18:18,936 INFO [infer.py:141] synthesize text: To get up and running quickly just follow the steps below.
EOS [61 -> 69]

The resulting wav file is about 5-10kb, so not even a second.

from vall-e.

entn-at avatar entn-at commented on June 1, 2024

This was the output when I ran the command (converted to opus/webm, Github doesn't accept wav):
valle_nano_0.webm

from vall-e.

entn-at avatar entn-at commented on June 1, 2024

FYI, there are prebuilt k2 CPU-only wheels available: https://k2-fsa.org/nightly/index.html

from vall-e.

tfriedel avatar tfriedel commented on June 1, 2024

@lifeiteng that was it! Had to try a couple of times and sometimes the results were longer and resembled human speech, even if they didn't resemble the input prompt.

from vall-e.

lifeiteng avatar lifeiteng commented on June 1, 2024

#22

from vall-e.

Related Issues (20)

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.