Git Product home page Git Product logo

coqui-docker's Issues

Latest version

Published images seem to be based off 0.1.0 still, would you mind re-publishing with latest 0.5.0?

Your image is great, and it works very well for my project, but building it myself turned out to be a bit bothersome.

Error!

When I try to run any model, it showing like this ? what should I do to solve this ?
image

RuntimeError: cannot cache function '__shear_dense'

Both tts-server and tts-server --update result in:

Traceback (most recent call last):
  File "/app/bin/tts-server", line 5, in <module>
    from TTS.server.server import main
  File "/app/lib/python3.7/site-packages/TTS/server/server.py", line 14, in <module>
    from TTS.utils.synthesizer import Synthesizer
  File "/app/lib/python3.7/site-packages/TTS/utils/synthesizer.py", line 10, in <module>
    from TTS.tts.utils.speakers import SpeakerManager
  File "/app/lib/python3.7/site-packages/TTS/tts/utils/speakers.py", line 12, in <module>
    from TTS.utils.audio import AudioProcessor
  File "/app/lib/python3.7/site-packages/TTS/utils/audio.py", line 3, in <module>
    import librosa
  File "/app/lib/python3.7/site-packages/librosa/__init__.py", line 211, in <module>
    from . import core
  File "/app/lib/python3.7/site-packages/librosa/core/__init__.py", line 5, in <module>
    from .convert import *  # pylint: disable=wildcard-import
  File "/app/lib/python3.7/site-packages/librosa/core/convert.py", line 7, in <module>
    from . import notation
  File "/app/lib/python3.7/site-packages/librosa/core/notation.py", line 8, in <module>
    from ..util.exceptions import ParameterError
  File "/app/lib/python3.7/site-packages/librosa/util/__init__.py", line 83, in <module>
    from .utils import *  # pylint: disable=wildcard-import
  File "/app/lib/python3.7/site-packages/librosa/util/utils.py", line 1848, in <module>
    def __shear_dense(X, factor=+1, axis=-1):
  File "/app/lib/python3.7/site-packages/numba/core/decorators.py", line 214, in wrapper
    disp.enable_caching()
  File "/app/lib/python3.7/site-packages/numba/core/dispatcher.py", line 812, in enable_caching
    self._cache = FunctionCache(self.py_func)
  File "/app/lib/python3.7/site-packages/numba/core/caching.py", line 610, in __init__
    self._impl = self._impl_class(py_func)
  File "/app/lib/python3.7/site-packages/numba/core/caching.py", line 348, in __init__
    "for file %r" % (qualname, source_path))
RuntimeError: cannot cache function '__shear_dense': no locator available for file '/app/lib/python3.7/site-packages/librosa/util/utils.py'

Howto Change the Language

I am trying to figure out - how i can change the language.
I want to be able to synthesize german text.

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.