-
### 🐛 Describe the bug
Out variants of following ops are causing extra recompilations (in 3rd iteration) in torch.compile when compared to not using out variant,
torch.bmm
torch.topk
torch.chole…
-
### 🐛 Describe the bug
When using different generation configurations, such as top_k=1 or temperature=0 (while keeping other settings unchanged), why do the generated results change? They should …
-
原图:
![0000024_01543_d_0000015](https://github.com/user-attachments/assets/fc7c03b8-cafc-4f79-a9cf-fe1a19b29eb4)
LSM-crop裁剪出的背景块:
![0000024_01543_d_0000015_part2](https://github.com/user-attachments…
-
Hi,
Thanks again for your work!
I have question regarding running inference without CRF. In Table 4 of your paper, you report a 2-3 mIoU point decrease, when disabling the CRF. Could you please p…
-
From the [paper](https://arxiv.org/abs/2210.13432)
![image](https://github.com/lucidrains/x-transformers/assets/8834712/d34a7c3a-ef07-496b-89a1-3a49ea60c59b)
https://github.com/lucidrains/x-transf…
-
TopK (and sorting, being closely related) is a super important operator for streaming systems and databases as a whole, as is being able to sort data and so we should support both.
Both operations ca…
-
when I input 7350X150 image for inference, or some images with high height-width ratio , it will get this bug, the bug detial is in below:
File "/GroundingDINO/groundingdino/models/GroundingDINO/tran…
-
if self.two_stage:
output_memory, output_proposals = self.gen_encoder_output_proposals(memory, mask_flatten, spatial_shapes)
# hack implementation for two-stage Defor…
-
It looks like regardless of the input type the indices output `B[1]` is always of type float32. I checked the c++ code and I think it's supposed to be int32/64? Is this behavior by design?
``` pyth…
-
I have played with your topk module and found something that make me confuse. I don't know whether it is bug or not. Please help to confirm. I made a test as below:
127.0.0.1:6379> TOPK.ADD testtop 5…