-
Post questions here for this week's fundamental readings: Jurafsky, Daniel and James H. Martin. 2015. Speech and Language Processing. Chapters 15-16 (“Vector Semantics”, “Semantics with Dense Vectors”…
-
## Environment
- **OS**: Ubuntu 16.04.07
- **Python**: 3.9.12
- **hls4ml**: 0.8.1
For all the pip dependencies, refer to the env.txt file.
[env.txt](https://github.com/fastmachinelearning/hls…
-
Hello,
I was able to reproduce and run the Lite System on a MacBook M1 and also on a Raspberry Pi with the live system from Patrik. I run a lot of benchmark tests with Germany Species which are tran…
ghost updated
3 years ago
-
### What happened?
With the llama.cpp version used in Ollama 0.3.14, running a vision model (at least nanollava and moondream) on Linux on the CPU (no CUDA) results in `GGML_ASSERT(i01 >= 0 && i01 < …
-
Hello, we are using Tesla with Finch for our HTTP requests. Finch uses NimblePool to apply pooling for connections. We have observed that for one of the type of requests we have, we frequently get "ou…
-
### System Info
vue
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Desktop app (e.g., Electron)
- [ ] Other (e.g., VSCode …
-
**Feature:**
Instrument Elasticsearch REST Client to push traceId/spanId in Elasticsearch requests.
**Rational**
Il would allow to trace Elasticsearch client requests like MySQL on MongoDB reques…
-
Hi! How can I install this package on windows? What command should I use?
My keras package is using tensorflow as backend.
Thanks.
-
Hi @walkor
I understand that to use Swoole's coro I have to set using Swoole's event loop.
I do not want that, just Workerman while still using Swoole's coro, while benefiting for Workerman's e…
-
I use :python train.py --batch-size 16 --img 512 512 --data person.yaml --cfg yolov4-p5.yaml --weights yolov4-p5.pt --sync-bn --device 1 --name yolov4-p5-tune --hyp 'data/hyp.finetune.yaml' --epochs 4…