-
Hi thanks for your great work, exploring BEIT as an alternative to CLIP.
I find it very well motivated in the paper, but I struggle to reproduce the BEIT3 results in my independent training codebas…
-
i can't download the flie named"BEiT_v2'',when i got to your URL, it leads me to "BEiT-1k-Face-55w.tar"
-
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 = …
-
privacy_engine = PrivacyEngine(
File "/home/idris/.local/lib/python3.10/site-packages/private_transformers/privacy_engine.py", line 176, in __init__
raise ValueError(
ValueError: Model type …
-
### System Info
- `transformers` version: 4.43.0
- Platform: Windows-10-10.0.19045-SP0
- Python version: 3.10.9
- Huggingface_hub version: 0.26.1
- Safetensors version: 0.4.5
- Accelerate vers…
-
Helllo~大佬。我现在想把ViT-Adapter从mmseg0.x 迁移到 mmseg1.x,并合并到mmseg官方库,以便更多的社区同学使用。但是在复现推理的时候出现了问题,权重中有些关键字不一样已经进行了修改,是能对的上的,但是推理结果是很乱,和没训练一样。在复现BEiT-Adapter的时候,由于mmseg实现的BEiT和您的有些差别,于是我先尝试使用您的BEiT写法,并把相关的库都升级…
-
- BEiT config file setting
- train and inference
-
The beit-large is the itc-version?
-
With the latest torch (2.4) and iree-turbine, we are seeing this MLIR verification failure come up for a lot of our models during the export stage (aot.export).
Instructions to reproduce this error…
-
MMsegmentation/mmseg/models/backbone/beit.py 를 보면
```
try:
from scipy import interpolate
except ImportError:
interpolate = None
```
요로케 되어있는데, beit가 positional ecoding을 생성하는 과정에서 이미지 …