-
In `microsoft/beit-base-patch16-224`, there has this pattern
```
view_13 = torch.ops.aten.view.default(arg223_1, [-1])
index = torch.ops.aten.index.Tensor(arg1_1, [view_13])
```
where `arg1_1.shape = …
-
Hi @donglixp,
Would it be possible to share BeiT weights pretrained on ImageNet-1K?
Thanks!
_Originally posted by @normster in https://github.com/microsoft/unilm/issues/364#issuecomment-92239…
-
https://github.com/microsoft/unilm/blob/78b3a48de27c388a0212cfee49fd6dc470c9ecb5/beit/masking_generator.py#L59
The aspect ratio $\in [0.3, 1/0.3]$. I'm curious what is the intuition behind sampling…
-
- BEiT config file setting
- train and inference
-
Hey - I am unable to reproduce the reported zero-shot results. So far I tried it on MSRVTT and MSVD, I would appreciate it if you kindly have a look.
Here is what I got after running these 2 script…
-
Thank you for your excellent work!
I cannot reproduce your result when I'm fine-tuning BEiT3 following your guidance [get_started_for_vqav2.md](https://github.com/microsoft/unilm/blob/456511b24f5…
-
Hi!
When will the pre-trained vision model and code of data2vec be released ?
-
when build for segmentation task,occur the KeyError: 'BEiT is not in the backbone registry'
-
I have just downloaded model htc++_beit_adapter_large_fpn_3x_coco.pth and config from this github. But I cannot load model use this command:
from mmdet.apis import init_detector
configFile = 'con…
-
**Describe**
Model I am using (UniLM, MiniLM, LayoutLM ...):