-
The following code for the contiguous check in **shape.rs** will trigger problems for the squeezed tensor (n-dim to 1-dim) because of the " if dim > 1" condition (recently added ).
``` rust
//…
-
### System Info
- `transformers` version: 4.42.4
- Platform: Linux-6.1.85+-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.23.5
- Safetensors version: 0.4.4
- Acce…
-
**Describe the bug**
In my own implementation, I combine a large language model and a speculator model. And my goal is to train the speculator model to make it better at predicting the n+2, n+3... tok…
-
Just putting some suggestions out there. Maybe we could organize these into [projects](https://github.com/dlib-users/darknet/projects).
- [x] support scaled yolov4
- [x] support yolov5 models
-…
-
**Describe the bug**
Trying to convert an NLP model made with ORT solution to TF.
Log:
```
2020-11-19 17:44:18.001643: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Success…
-
The codes in line 53 in LabelAccuracyEvaluator.py :
_, prediction = model(features[0])
It does not work. When I run this code,error occurs.
-
## 🚀 Model / language coverage
```
[rank0]: Traceback (most recent call last):
[rank0]: File "/home/tfogal/dev/nemo/./examples/multimodal/multimodal_llm/neva/neva_pretrain.py", line 118, in
[…
-
While our [draft charter](https://www.w3.org/2023/03/proposed-webmachinelearning-charter.html) says that the group:
> priority on building blocks required by well-known model architectures such as re…
-
I have converted my pytorch model to onnx and simplified it by onnx-simplifier. However, there still a GATHER op which refers to nn.embedding in pytorch. Hence, I failed to run onnx2ncnn.
In fact, …
-