-
-
I'm using the base model from LayoutLMv3 and trying to adapt it to my own local data. This data is unlabeled, so I'm trying to continue the training of the base model on my own data.
I'm having troub…
-
D:\Python\lib\site-packages\mmcv\cnn\bricks\transformer.py:33: UserWarning: Fail to import ``MultiScaleDeformableAttention`` from ``mmcv.ops.multi_scale_deform_attn``, You should install ``mmcv-full``…
-
## Environment info
- `transformers` version: 4.16.2
- Platform: Linux-5.4.0-1066-aws-x86_64-with-debian-buster-sid
- Python version: 3.7.12
- PyTorch version (GPU?): 1.10.2 (True)
- Tensorfl…
-
```py
MODEL_NAME = "beit_base_patch16_224_in22k"
model = timm.create_model(MODEL_NAME, pretrained=True, num_classes=0)
```
Getting the following error.
```
UnpicklingError …
-
## Environment info
- `transformers` version: 4.9.2
- Platform: Ubuntu 20
- Python version: 3.8
- PyTorch version (GPU?):
- Tensorflow version (GPU?): 2.6
- Using GPU in script?: Yes
- Usi…
-
Could you please give the command to run linear probing? Thanks!
-
**Is your feature request related to a problem? Please describe.**
Currently, at least on my computer, importing timm cause tensorflow to load. This cause several problems, like taking over gpu, exte…
-
In [modeling_finetune.py](https://github.com/MCG-NJU/VideoMAE/blob/main/modeling_finetune.py) Line 82, why you set the bias of k to be 0 (requires_grad=False), which means the model only learns the bi…
-
Hi,
I think the issue hasn't been fixed, I still got the same error.
I tried the encoder.pkl downloaded from https://cdn.openai.com/dall-e/encoder.pkl and https://conversationhub.blob.core.windo…