-
### Describe the bug
Based on this comment from @kevingranade . https://github.com/CleverRaven/Cataclysm-DDA/issues/68419#issuecomment-2435702267
I decided to test whether body parts do indeed …
-
Thank you for sharing such great works!
I encountered the following problem during the reproduction of your paper and was wondering if you might be willing to offer some guidance or clarification.…
-
hello. thank you for your great work.
i want to do 3d reconstruction on a small object, which i captured around 40 images while it is circling on a turntable. i used pinhole camera model in colmap GU…
-
i was training textsnake and after train epoch i get assertion error,please check my model and train+error log attached :
```
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-…
-
MSID: 103256
Version: 1
Preprint DOI: https://doi.org/10.1101/2024.05.13.593917
## Step 1. Awaiting reviews
**Editorial to post reviews via hypothesis**
**Useful links:**
- DocMap: https://data-h…
-
Hi there,
Thanks for the contribution! After reading the code, I am kind of confused on the attention regularization part. Please correct me if there is some misunderstanding.
From the code, wha…
-
I used RADIO-L as the visual encoder for LLaVA, and added LoRA to RADIO-L in both the pretraining and finetuning stages. However, we found the following two intriguing conclusions:
1. RADIO-L uses…
-
### Information about bug
incorrect foreign currency sales invoice outstanding amount due to exchange rate gain and loss treated as part of paid amount
How to reproduce
Master data
1. create ne…
-
Tweaking some example code from the tests:
```
lf = pl.LazyFrame(
{"A": [1, 2, 3, 4], "B": ["x", "x", "y", None]},
schema={"A": pl.Int32, "B": pl.String},
)
context…
-
Hi, I have a question:
`def call(self, x, mask=None):
## x[0] is Nx2, x[1] is Nx10 onehot, self.centers is 10x2
delta_centers = K.dot(K.transpose(x[1]), (K.dot(x[1], self.centers) - x[0])) #…