Giter Site home page Giter Site logo

Comments (2)

yihe1003 avatar yihe1003 commented on June 1, 2024 2

Thank you so much for your kindly help! There might be someting wrong during my model download. After re_download the model, the issue is solved. your model is very effective! Great work!

from voicefixer.

haoheliu avatar haoheliu commented on June 1, 2024

Thanks for your comments. It's a little bit hard to reproduce the error you encountered. It would be great if you can reproduce this error on the Colab for me to check. Also, I would suggest checking the following points:

  1. Check if you have already downloaded the checkpoint file.
    Normally, the vocoder checkpoint should be present in
    ~/.cache/voicefixer/synthesis_module/44100/model.ckpt-1490000_trimed.pt
    And the voicefixer checkpoint should be present in
    ~/.cache/voicefixer/analysis_module/checkpoints/epoch=15_trimed_bn.ckpt
    The code will run the downloading process of these two checkpoints once you run the import:
    from voicefixer import VoiceFixer, Vocoder

  2. Check if the downloaded file is correct. (Using md5 code to check)
    As shown in https://zenodo.org/record/5464142.
    The md5 of "epoch=15_trimed_bn.ckpt" is md5:0081967be3700f2eb132e0c0045fcf83 and "model.ckpt-1490000_trimed.pt" is md5:ac6de16561dd6042daf8bb3a806dc818

  3. Make sure you have correctly pip installed voicefixer==0.0.12

from voicefixer.

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.