-
**Acceptance criteria**
- [x] Research AI techniques for natural language processing and shortcode generation.
- [x] Begin exploring existing AI models that can be adapted for generating WordPress s…
2Jus2 updated
1 month ago
-
Even if I correct the mistake described in this issue https://github.com/danswer-ai/danswer/issues/2269, by issuing a fetch request in dev console.
```
fetch("http://192.168.0.131:2354/api/search-…
-
### Describe the bug
I tried to load a very simple .ort model (attached and also in the repo linked below) into my React Native app after converting it from .onnx but it gave the error `[Error: Can't…
-
Post your questions here about: “[Training and Taming Deep Networks](https://docs.google.com/document/d/1gne-oWcJs1p5sEjUumapq6HKeaOet3EHxJ-Ij0LuTro/edit?usp=sharing)” OR “[The Expanding Universe of D…
lkcao updated
2 years ago
-
### What happened?
I am excited to try this awesome plugin! I select export entire vault and the modal menu pops up but it is blank, empty and has no activity no matter where it is clicked. I have tr…
-
Hello David, I cannot get working SPEN denoising example. First I got an exception about `inference_net` being `nil` in `RNNInference.lua`, which I fixed somehow by setting `inference_net = nn.Identit…
-
We want to add support for variable-length sequences to the cuDNN RNN operator, as we cannot 'fake' support via masking for LSTM (the cuDNN operator does not return a history of cell states) and bidir…
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
I'm trying to run lstm example [https://github.com/tflearn/tflearn/blob/master/examples/nlp/lstm.py](https://github.com/tflearn/tflearn/blob/master/examples/nlp/lstm.py), which works fine. I intend to…
-
I found one error at the page 03-nlp/01-TranslateText/Pages/Translate.cshtml.cs
Take a look on line 140, If the JSON is an object, you should use JObject.Parse instead of JArray.Parse. For example:…