-
### Error:
```bash
~/Documents/github_pascalandy/localGPT|main⚡ ⇒ python ingest.py
Traceback (most recent call last):
File "/Users/andy16/Documents/github_pascalandy/localGPT/ingest.py", line…
-
Did @PandaWhoCodes `pip install git+https://github.com/reach2ashish/geograpy.git` plus
`nltk.downloader.download('maxent_ne_chunker')`
`nltk.downloader.download('words')`
`nltk.downloader.download…
-
Hi,
Could not find any information if this is already tested against some standard face datasets?( Face detection or recognizion)
When someone tries to use this package in project ,on particular ca…
-
按照文档,在conda虚拟环境先安装了paddle-gpu版本,再安装了paddlespeech。调用PaddleSpeech/examples/aishell3/vits/local/preprocess.sh预处理shell处理数据时,报错。根据报错应该是paddle的numpy和paddlespeech需要的版本不一致,我也不敢贸然修改numpy的版本,因为可能导致paddle出什么问题。有…
-
@Jabher points some data is lost by `toJSON` in #112. I don't find a problem there, however i'm having trouble while trying to reuse a network thought page loads.
```js
var brain = synaptic.Networ…
-
I'll start working on adding literature background to all of the existing models (ref https://github.com/FluxML/model-zoo/issues/312). Then, we can move on to working on creating a standalone site to …
-
![onn](https://user-images.githubusercontent.com/44859059/48857418-defafc00-edc9-11e8-9d8d-1dc2b1603ebb.png)
-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: IIITH
2. #### Approver’…
-
Lets say I want to train a network like so:
`var sinNetwork = new Perceptron(1, 12, 1);`
And it is trained to find the `sin` function - which outputs values between -1 and 1.
How can I get the netwo…
agamm updated
9 years ago
-
Followed this , https://github.com/gunthercox/ChatterBot/blob/master/examples/default_response_example.py
for replying with deafult response. I am working on a language other than english and there I…