Giter Club home page Giter Club logo

Comments (6)

usasho avatar usasho commented on June 12, 2024 2

After all stream size 6 was good I was able to learn for the time being Can I fix the poor timing model estimation?There are many error estimates such as long vowels😂

from nnsvs.

r9y9 avatar r9y9 commented on June 12, 2024

https://github.com/r9y9/nnsvs/blob/08fc11dde67a11d810df92d91b43ac1e50c47ac9/nnsvs/multistream.py#L113-L114

Please check the error message.

from nnsvs.

usasho avatar usasho commented on June 12, 2024

stream_sizes: [180, 3, 1, 15]
has_dynamic_features: [True, True, False, True]

Error

stream_sizes: [180, 3, 1, 3]
Error

I don't know which parameter is correct because the stream size is unknown
I did it with the default value, but I get an error

from nnsvs.

usasho avatar usasho commented on June 12, 2024

I'm sorry
Did not add vibrato to StreamSize
I checked the operation

from nnsvs.

r9y9 avatar r9y9 commented on June 12, 2024

I see. I'll share you my config for vibrato modeling. Please hold on.

from nnsvs.

r9y9 avatar r9y9 commented on June 12, 2024

This is an example of conf/train/acoustic/model/acoustic_conv.yaml for testing vibrato modeling with #73

# @package _group_
# (mgc, lf0, vuv, bap, vib)
stream_sizes: [180, 3, 1, 15, 6]
has_dynamic_features: [true, true, false, true, true]
num_windows: 3
# If None, automatically set based on stream sizes
stream_weights:

netG:
  _target_: nnsvs.model.Conv1dResnet
  in_dim: 348
  out_dim: 205
  hidden_dim: 128
  num_layers: 6
  dropout: 0.1

NOTE: in_dim may differ depending on what hed file you use.

from nnsvs.

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.