deep-qa
deep-qa copied to clipboard
Question and Answering Model with TensorFlow
Bumps [numpy](https://github.com/numpy/numpy) from 1.11.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [django](https://github.com/django/django) from 1.10.4 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.5.3 to 3.11.2. Release notes Sourced from djangorestframework's releases. Version 3.9.3 This is the last Django REST Framework release that will support Python 2. Be sure to...
Bumps [nltk](https://github.com/nltk/nltk) from 3.2.1 to 3.4.5. Changelog Sourced from nltk's changelog. Version 3.5 2020-04-13 add support for Python 3.8 drop support for Python 2 create NLTK's own Tokenizer class distinct...
{"msg":"< unknown> < unknown> < unknown>","rc":0}
firstly: File "neural_conversation_model.py", line 269, in decode curr[kk] = path[i][curr[kk]] TypeError: 'range' object does not support item assignment i met this bug ,and i fixed it then: Replies ---------------------------------------> touchegg...
@Samurais Hello Thank you for the guide!! I tested Access Service with RESt API with POSTMAN, and when body says {"message": "hello"}, then, I got following message as: { "detail":...
预先处理数据出错
你好,开发者 我想学习试用你这个项目,我下载的docker镜像,我已经安装了依赖包,我遇到了一些错误,首先是: ``` with open(fileName, 'r', encoding='iso-8859-1') as f: # TODO: Solve Iso encoding pb ! TypeError: 'encoding' is an invalid keyword argument for this function ``` 一个open文件方法报错,说键值对的编码参数无效,看不出问题所在,我把这个参数删除脚本运行过了, 后面我按错误提示下载加入了语料,下载了nltk_data/tokenizers/punkt.zip,在运行下面的脚本时出错了, python...