Code Monkey home page Code Monkey logo

Comments (10)

AWAS666 avatar AWAS666 commented on June 19, 2024 1

I hope this is what you've meant:
print(features.shape)
print(pitches.shape)

this prints:

torch.Size([4, 608, 256])
torch.Size([4, 608, 1])

from fish-diffusion.

leng-yue avatar leng-yue commented on June 19, 2024 1

svc_hubert_soft_diff_svc is a very old deprecated version.

from fish-diffusion.

leng-yue avatar leng-yue commented on June 19, 2024

It seems like your features and pitches have different shapes. Can you print their shape before this line:

features += self.pitch_encoder(pitches)

from fish-diffusion.

leng-yue avatar leng-yue commented on June 19, 2024

The shape of features and pitches are correct.
Can you also print the shape of "self.pitch_encoder(pitches)" and submit your config file.

from fish-diffusion.

AWAS666 avatar AWAS666 commented on June 19, 2024

this:
print(features.shape)
print(pitches.shape)
print(self.pitch_encoder(pitches).shape)

prints:
torch.Size([4, 608, 256])
torch.Size([4, 608, 1])
torch.Size([4, 608, 1, 256])

the config is the default "svc_hubert_soft_diff_svc.py".
I mostly only changed the batch_size to 105 and num_workers to 10

from fish-diffusion.

leng-yue avatar leng-yue commented on June 19, 2024

Can you try configs/svc_content_vec.py instead?
I double-checked the config of svc_hubert_soft_diff_svc, and there is some issue in the pitch_to_coarse (already deprecated).

from fish-diffusion.

AWAS666 avatar AWAS666 commented on June 19, 2024

that one works just fine.
Isn't "svc_hubert_soft_diff_svc" supposed to be a better option or am I understanding something wrong here?

from fish-diffusion.

AWAS666 avatar AWAS666 commented on June 19, 2024

btw could you please create a comparison table in the Readme?
else it is really hard to know what is usable, what is older, what is more lightweight and what is more high quality.

from fish-diffusion.

leng-yue avatar leng-yue commented on June 19, 2024

Generally, newer models are better, but I think making a comparison table will be helpful. Will do it later.

from fish-diffusion.

leng-yue avatar leng-yue commented on June 19, 2024

We plan to release a comparison and other information in the next major release.

from fish-diffusion.

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.