Giter Club home page Giter Club logo

Comments (13)

OlaWod avatar OlaWod commented on July 3, 2024 5

Sure.
Red: freevc (using data_utils_old.py)
Pink: freevc-s (using data_utils_old.py)
Orange: freevc (using data_utils.py)

IMG_2103
IMG_2104
IMG_2105
IMG_2097
IMG_2098
IMG_2099(20230106-175042)
IMG_2100
IMG_2106
IMG_2102(20230106-175250)

from freevc.

steven850 avatar steven850 commented on July 3, 2024 1

I will try the new code and report back, thank you for the update.

from freevc.

OlaWod avatar OlaWod commented on July 3, 2024 1

I will try the new code and report back, thank you for the update.

Hmmm I found I forgot to de comment this line just now... But it might not be a big problem I think. And thank you for your interest in our work!

from freevc.

OlaWod avatar OlaWod commented on July 3, 2024 1

This vits issue is a good reference for your question.

from freevc.

steven850 avatar steven850 commented on July 3, 2024

Thanks for posting these.
Why does your loss/g/total climb?
mine decrease over the training run.
does this suggest a problem on my end?
gitloss

from freevc.

OlaWod avatar OlaWod commented on July 3, 2024

my loss/g/total climb mainly because loss/g/fm increases faster than loss/g/mel decreases. I don't think it a problem if loss/g/total doesn't climb as mine, better listen to the generated audio in the validation part to check whether it goes ok.

from freevc.

steven850 avatar steven850 commented on July 3, 2024

My generated audio is coming out ok on training eval. Cleaning up as it goes, but I have noticed that the the actual conversion output of the model seems to be getting worse, comparing 245, 345, and 480K the output quality is getting worse. So the 245k model is very similar to target, and the content is clean. The 480k in comparison, has a lot of distortion, the content is less intelligible, and the pitch is off.

from freevc.

OlaWod avatar OlaWod commented on July 3, 2024

The code had some problem, I fixed it yesterday. Sorry to have wasted your time on problematic code. 😥

from freevc.

skol101 avatar skol101 commented on July 3, 2024

I will try the new code and report back, thank you for the update.

Hmmm I found I forgot to de comment this line just now... But it might not be a big problem I think. And thank you for your interest in our work!

Show this line be commented out?

from freevc.

OlaWod avatar OlaWod commented on July 3, 2024

I will try the new code and report back, thank you for the update.

Hmmm I found I forgot to de comment this line just now... But it might not be a big problem I think. And thank you for your interest in our work!

Show this line be commented out?

Yes it need to be commented out. (I don't even remember why I commented this line before uploading code...)
As in pytorch documentation:

In distributed mode, calling the set_epoch() method at the beginning of each epoch before creating the DataLoader iterator is necessary to make shuffling work properly across multiple epochs. Otherwise, the same ordering will be always used.

from freevc.

skol101 avatar skol101 commented on July 3, 2024

Does distributed mode relate to the case when gpus > 1

from freevc.

OlaWod avatar OlaWod commented on July 3, 2024

Does distributed mode relate to the case when gpus > 1

This code uses distributed mode no matter how many gpus used. No sure if set_epoch only affects distributed mode when gpus > 1 or all distributed mode settings.

from freevc.

steven850 avatar steven850 commented on July 3, 2024

Trying to resume the original model with the code changes you made. On previous runs the loss trend matched your original logs as far as increases and decreases goes. With the new code I am seeing a drop in FM loss, is this to be expected or a sign of a problem?
fmloss

from freevc.

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.