Giter Site home page Giter Site logo

tzano / wren Goto Github PK

View Code? Open in Web Editor NEW
259.0 20.0 19.0 1.43 MB

Wren enables users to discover and explore daily news stories ๐Ÿ—ž๏ธ๐Ÿ“ป ๐Ÿ“บ

License: MIT License

Python 99.40% Shell 0.36% Makefile 0.24%
news-hack chatbots nlu conversational-journalism conversational-interface

wren's People

Contributors

tzano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wren's Issues

ValueError: Unknown data format for file /usr/src/app/wren/data/wren_training_gen_fountain.yaml

python -m rasa_nlu.train -c /usr/src/app/wren/config/nlu_config.json -d /usr/src/app/wren/data

Traceback (most recent call last):
File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.6/site-packages/rasa_nlu/train.py", line 174, in
num_threads=cmdline_args.num_threads)
File "/usr/local/lib/python3.6/site-packages/rasa_nlu/train.py", line 148, in do_train
training_data = load_data(data, cfg.language)
File "/usr/local/lib/python3.6/site-packages/rasa_nlu/training_data/loading.py", line 54, in load_data
data_sets = [_load(f, language) for f in files]
File "/usr/local/lib/python3.6/site-packages/rasa_nlu/training_data/loading.py", line 54, in
data_sets = [_load(f, language) for f in files]
File "/usr/local/lib/python3.6/site-packages/rasa_nlu/training_data/loading.py", line 102, in _load
raise ValueError("Unknown data format for file {}".format(filename))
ValueError: Unknown data format for file /usr/src/app/wren/data/wren_training_gen_fountain.yaml

ERROR: Version in "./docker-compose.yml" is unsupported.

mldl@mldlUB1604:/ub16_prj/wren/docker$ sudo apt install docker-compose
Reading package lists... Done
Building dependency tree
Reading state information... Done
docker-compose is already the newest version (1.8.0-2
16.04.1).
The following packages were automatically installed and are no longer required:
cuda-8-0 cuda-command-line-tools-8-0 cuda-core-8-0 cuda-cublas-8-0 cuda-cublas-dev-8-0 cuda-cudart-8-0 cuda-cudart-dev-8-0 cuda-cufft-8-0 cuda-cufft-dev-8-0 cuda-curand-8-0 cuda-curand-dev-8-0
cuda-cusolver-8-0 cuda-cusolver-dev-8-0 cuda-cusparse-8-0 cuda-cusparse-dev-8-0 cuda-demo-suite-8-0 cuda-documentation-8-0 cuda-driver-dev-8-0 cuda-license-8-0 cuda-misc-headers-8-0 cuda-npp-8-0
cuda-npp-dev-8-0 cuda-nvgraph-8-0 cuda-nvgraph-dev-8-0 cuda-nvml-dev-8-0 cuda-nvrtc-8-0 cuda-nvrtc-dev-8-0 cuda-runtime-8-0 cuda-samples-8-0 cuda-toolkit-8-0 cuda-visual-tools-8-0 libbonobo2-0
libbonobo2-common libcuda1-367 libgnome-2-0 libgnome2-common libgnomevfs2-0 libgnomevfs2-common liborbit-2-0 libpango1.0-0 libpython-all-dev nvidia-367 nvidia-367-dev nvidia-opencl-icd-367 python-all
python-all-dev python-egenix-mxdatetime python-egenix-mxtools python-lazy-object-proxy python-wrapt ubuntu-core-launcher
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 519 not upgraded.
mldl@mldlUB1604:/ub16_prj/wren/docker$ docker-compose build
ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the services key, or omit the version key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
mldl@mldlUB1604:
/ub16_prj/wren/docker$

am I missed something?

mldl@ub1604:/ub16_prj/wren$ docker-compose -p wen -f docker/docker-compose.yml build
/usr/local/lib/python2.7/dist-packages/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning)
ERROR: Version in "./docker/docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the services key, or omit the version key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
mldl@ub1604:
/ub16_prj/wren$
mldl@ub1604:~/ub16_prj/wren$

Doesnt build

the project doesnt build with docker, i get this error:

ERROR: yaml.parser.ParserError: while parsing a block mapping in "./docker/docker-compose.yml", line 2, column 3 expected <block end>, but found '<block mapping start>' in "./docker/docker-compose.yml", line 47, column 4 Makefile:9: recipe for target 'build' failed make: *** [build] Error 1

also, where can we download the model files "intent_classifier.pkl", and "crf_model.pkl" ?

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.