-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
![Screenshot1](https://github.com/user-attachments/assets/41a0d22d-4a4c-4d20-954d-70cf83b58e2c)
The canny is not even working at all. Please find the workflow attached, Am I doing something wrong?
…
LiJT updated
3 months ago
-
## 🐛 Bug
### To Reproduce
Here's a problematic pattern where Thunder's rematerialization algorithm is not effective:
```py
from torch.nn import Linear
import torch
import thunder
bl…
-
in the model.py:
```python
self.encoder_layer = nn.TransformerEncoderLayer(d_model=feature_size, nhead=7, dropout=dropout)
self.transformer_encoder = nn.TransformerEncoder(self.en…
-
## 🚀 Feature
We can reduce the number of parameters by sharing the linear projection layers for queries and keys in the nn.Transformer and nn.activation.MultiheadAttention modules.
I think we …
-
### Question
大佬您好,最近拜读了你的Relation DETR 收获很多,现在有几个问题想请教一下:
1.在论文图1中,您用MC指标展示了不同数据集下目标框的位置关系,以此说明位置的统计意义。可以发现特定任务数据集的指标更靠右。我想问下是否意味着您这种方法更适合用于特定数据集呢?您是否在ESD、CSD、MSSD这些数据集上试验过呢,提升会更明显吗?
2.公式8中为何要使用M…
-
### Describe the bug
When specifying `num_layers` in `SD3ControlNetModel.from_transformer`, the function results in an error of unexpected key(s). I think this is because that in `SD3ControlNetModel`…
-
As [discussed in #586](https://github.com/koaning/scikit-lego/pull/586#discussion_r1385475426), although most of the library features are documented in the user guide, the best way to showcase how to …
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/axolotl-ai-cloud/axolotl/labels/bug) didn't find any similar reports.
### Exp…
-
### Describe the bug
I trained a lora with simpletuner using ai-toolkit preset (I used all+ffs and others and it doesnt train correctly on hard concepts).
And Now I have this issue when loading the …