-
**_Tips before filing an issue_**
**Describe the problem you faced**
A clear and concise description of the problem.
We have a COW table which is updated via an UPSERT operation through a Glu…
-
### 🐛 Describe the bug
Our team is trying torchrec in our business. It seems that torchrec does not support its own model save/load api that supports resharding, e.g. training with multiple gpus whil…
-
-
### System Info
- `transformers` version: 4.40.2
- Platform: Linux-5.15.0
- Python version: 3.10.0
- Huggingface_hub version: 0.22.2
- Safetensors version: 0.4.2
- Accelerate version: 0.27.2
…
-
Error details:
```
RuntimeError: Error(s) in loading state_dict for CLVP:
Missing key(s) in state_dict: "text_pos_emb.weight", "text_transformer.layers.layers.0.0.scale" ....
..... mismatch…
-
Hi! I met an issue when saving the checkpoint. I also commented my issue below #446
This issue occurred when I ended training for 100 steps and saved the checkpoint to the absolute path '/gpfsnyu/…
-
thanks for your work!
-
Hi, just trying for the script, but got an error when loading the pre-trained cliptextmodel, it seems that CLIPTextModel can not directly load as "openai/clip-vit-large-patch14", am I wrong and how ca…
-
```bash
python -m yolox.tools.train -n yolox-s -d 1 -b 8 --fp16 -o --cache # 一切正常
```
当运行nano或tiny时ap=0.是不是还需要修改很多东西?
```
python -m yolox.tools.train -n yolox-nano -d 1 -b 8 --fp16 -o --cache
``…
-
I download the pretrained model, and evaluate the model:
cd tools
python3 test.py ../configs/car_cfg.py ../saved_model_vehicle/epoch_50.pth
Then the error occur:
==> Loading parameters from ch…