GithubHelp home page GithubHelp logo

cadia-lvl / unit-selection-festival Goto Github PK

View Code? Open in Web Editor NEW
2.0 5.0 0.0 229 KB

First version of Unit Selection recipe for Icelandic from Reykjavík University

License: MIT License

Dockerfile 2.28% Shell 52.46% Python 4.13% Smarty 1.75% Tcl 0.81% Scheme 38.56%
festival-speech-synthesis

unit-selection-festival's People

Contributors

g-thor avatar judyfong avatar thdg avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

unit-selection-festival's Issues

g2p model location

Within run.sh I believe the model location should be $1/ipd_clean_slt2018.mdl not ../ext/ipd_clean_slt2018.mdl

alternatively the user should separately specify it as a parameter

Building docker container fails

If I build the docker container as described via:

docker build . --tag lvl-us-is-run -f runtime.Dockerfile

then I get the following error:

....
Step 17/31 : WORKDIR /opt/ext
 ---> Using cache
 ---> ad0ad9f4fc83
Step 18/31 : COPY ext/*.mdl ipd_clean_slt2018.mdl
COPY failed: no source files were specified

Do I need to create some directories locally ?

Building the training docker image fails

This seems to be related to the EOL of python3.5, which is the latest python version for xenial. see here https://stackoverflow.com/questions/65888892/why-i-cant-install-the-numpy-package-using-pip-on-ubuntu-16-04

This could probably be solved by:

  • fixing the numpy version to something compatible with python3.5
  • installing python3.6< using e.g. deadsnakes ppa
  • using ubuntu bionic or newer (if that doesn't break everything)
Step 16/21 : RUN pip3 install --upgrade pip 	&& pip3 install numpy 	&& pip3 install git+https://github.com/sequitur-g2p/sequitur-g2p@master
 ---> Running in 44715c82e76e
Collecting pip
  Downloading https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl (1.5MB)
Installing collected packages: pip
  Found existing installation: pip 8.1.1
    Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
Successfully installed pip-21.0.1
Traceback (most recent call last):
  File "/usr/bin/pip3", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.5/dist-packages/pip/__init__.py", line 16, in main
    from pip._internal.utils.entrypoints import _wrapper
  File "/usr/local/lib/python3.5/dist-packages/pip/_internal/utils/entrypoints.py", line 3, in <module>
    from pip._internal.cli.main import main
  File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line 60
    sys.stderr.write(f"ERROR: {exc}")
                                   ^
SyntaxError: invalid syntax
The command '/bin/sh -c pip3 install --upgrade pip 	&& pip3 install numpy 	&& pip3 install git+https://github.com/sequitur-g2p/sequitur-g2p@master' returned a non-zero code: 1

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.