Git Product home page Git Product logo

hifi_vc's Introduction

HiFi-VC: High Quality ASR-Based Voice Conversion

arXiv

Anton Kashkin, Ivan Karpukhin, Svyatoslav Shishkin

We provide our pretrained model, notebook for inference and demo audio samples in the following repository: https://github.com/tinkoff-ai/hifi_vc

hifi_vc's People

Contributors

anton-kashkin avatar

Stargazers

ColeChen avatar Cardroid avatar DanweiCai avatar  avatar wblgers avatar  avatar Snow avatar  avatar JingLuo avatar Лэюань  avatar Rishikesh (ऋषिकेश) avatar DS.Xu avatar 爱可可-爱生活 avatar  avatar  avatar Jinlong Xue avatar Nickolay V. Shmyrev avatar  avatar  avatar Shane Yuan avatar Cross avatar  avatar  avatar  avatar liuhuang31 avatar

Watchers

Nickolay V. Shmyrev avatar Rishikesh (ऋषिकेश) avatar  avatar  avatar

hifi_vc's Issues

Error on last codeblock of inference

---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
[<ipython-input-13-e9758480f12e>](https://localhost:8080/#) in <module>
----> 1 traced = torch.jit.load(model_jit_path).eval()
      2 
      3 with torch.no_grad():
      4     converted = traced(wav_source, mel_ref, pitch)
      5 

[/usr/local/lib/python3.7/dist-packages/torch/jit/_serialization.py](https://localhost:8080/#) in load(f, map_location, _extra_files)
    160     cu = torch._C.CompilationUnit()
    161     if isinstance(f, str) or isinstance(f, pathlib.Path):
--> 162         cpp_module = torch._C.import_ir_module(cu, str(f), map_location, _extra_files)
    163     else:
    164         cpp_module = torch._C.import_ir_module_from_buffer(

RuntimeError: PytorchStreamReader failed reading file data/886: invalid header or archive is corrupted

How to set segment_size

Hi,

Thanks for your great work!
Can hou share the segment_size in the training? Is it the same with hif-gan?
I notice in NVC-NET, the segment is set 1.5 second.

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.