-
Hi, I think this work for 2D positional encoding is beautiful and helpful for when dealing with image data. I wonder if the 2D positional encoding is your original work or from a published paper? Than…
-
### Feature request
- In the Hubert model convolutional positional encoding - add a support for batch norm instead of weight norm as added in Fairseq at - https://github.com/facebookresearch/fairse…
-
Hi,
I have a question regarding the inputs for the Decoder in InterFuser.
https://github.com/opendilab/InterFuser/blob/e4f0314482124bb06a475c3f6fb4bfe3a2701c4d/interfuser/timm/models/interfuser…
-
Thanks for your project.
I have some questions about the implementation of the relative positional encoding.
According to your implementation, the memory cost is O((H^2W^2) while the paper mention…
-
The default domain for `cryodrgn abinit_homo` and `cryodrgn abinit_het` should be `hartley` (currently set to `fourier`).
When I made this change, we ran into the following error since we never im…
-
For the 100 SNPs debugging, what we want to do is first run a simple 100 snps through the model using a classical learned positional embedding. If that provides promising results, we can try to do t…
-
我在s3dis数据集上,使用两张h100显卡训练
sh scripts/train.sh -g 2 -d s3dis -c semseg-pt-v3m1-0-base -n semseg-pt-v3m1-0-base
总是在在Syncing ...处卡住并最后time out,resume也会卡在这里
![微信图片_20241028203534](https://github.com…
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing…
-
The Transformer implementation docs (https://pytorch.org/docs/stable/nn.html?highlight=transformer#torch.nn.Transformer) state that they implement the original paper but fail to acknowledge that they …
-
I'm using the PII model using the following script:
```
model = GLiNER.from_pretrained("urchade/gliner_multi_pii-v1")
model.eval()
entities = model.predict_entities(text, labels)
for entity i…