Giter VIP home page Giter VIP logo

Comments (6)

alcoftTAO avatar alcoftTAO commented on July 24, 2024

I also had this error, in my case it was because my GPU ran out of memory.
I don't know if this is the case for you too, but I would recommend checking your GPU memory while doing the inference.

from retrieval-based-voice-conversion.

shirounanashi avatar shirounanashi commented on July 24, 2024

@alcoftTAO I don't think that's the problem here since I was using a T4

from retrieval-based-voice-conversion.

alcoftTAO avatar alcoftTAO commented on July 24, 2024

I think an error is occurring during inference as it is returning None to scipy.

If you are using the API, make sure to put this:

curl -X 'POST' \
       'http://127.0.0.1:8000/inference' \
       -H 'accept: application/json' \
       -H 'Content-Type: multipart/form-data' \
       -F 'modelpath={model.pth}' \
       -F 'input={input audio path}' \
       -o {output audio path}

Where you replace {model.pth} with the .pth file of your model, {input audio path} with the audio file you want to make the inference to and {output audio path} with the file in which you want to save it.

I don't know if it will work as I have never used the API.
If it doesn't work, try creating the output audio first and try again.

from retrieval-based-voice-conversion.

shirounanashi avatar shirounanashi commented on July 24, 2024

I don't think this is the problem since I'm using CLI, not API

from retrieval-based-voice-conversion.

Tps-F avatar Tps-F commented on July 24, 2024

@shirounanashi could you tell me your environment?

from retrieval-based-voice-conversion.

shirounanashi avatar shirounanashi commented on July 24, 2024

@Tps-F I was trying to use it on Kaggle

from retrieval-based-voice-conversion.

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.