-
Is this project active? (I don't see any other way to message Josiah.) I've been thinking of working on something similar but would rather contribute to an existing project than start from scratch. Bu…
-
Hello,
I really like the idea to combine spacy with google stuff, thanks! I got some seemingly random deadlock problem...
I am basically doing n*(n-1)/2 comparison on 50K papers by their titles …
-
Why is this parameter hardcoded ?
https://github.com/ultralytics/ultralytics/blob/243fc4b1fe214ff6c27759dad51c37809db8f7f8/ultralytics/nn/modules.py#L458
-
関連手法と論文リンク
* [x] [DETR](https://ai.meta.com/research/publications/end-to-end-object-detection-with-transformers/)
* [解説Qiita](https://qiita.com/DeepTama/items/937e13f6beda79be17d8)
* [x] [DETR3…
-
using this code:
~~~js
const c=n.a.get("API.lemonade.url"),d=n.a.get("API.lemonade.urlLinear"),u=n.a.get("API.lemonade.urlVod"),p=n.a.get("API.lemonade.platform"),m=n.a.get("API.lemonade.timeout")…
3052 updated
6 months ago
-
**Describe the bug**
Following the instructions in [`examples/mistral`](https://github.com/microsoft/Olive/tree/main/examples/mistral) does not result in a quantized onnx model. After running the wor…
-
I am trying to build a timeseries forecast model through Darts. But I am not sure whether I am fully
utilizing my GPU. My python environment is in Linux Kubernetes. My current setup has Tesla T4 and …
-
_(Work preparatory to fixing issues with the NAM plugin that we discussed on another discussion thread. The NAM plugin state and property code was lifted from my project; this project complicates thin…
-
I am using Olive to optimize and quantize the Whisper model since I have to run it on an Android device with constrained resources.
I was able to successfully convert the model to run on the CPU, bot…
-
# Generative model
Generative model implementation: https://github.com/choderalab/pinot/blob/master/pinot/generative/torch_gvae/model.py
Encoder: One input graph g with node features. For each n…