-
Hello,
is it possible to append in the loadMany and load method a "optional" parameter? I need this for add a language code to the dataloader function, because there I need it.
Or what i the best …
-
### 🚀 The feature, motivation and pitch
The DeepSeek V2 paper proposed a training methodology where both the LR and the batch size were on a scheduler.
Exact description is below, however essentia…
-
The annotations in my custom dataset (coco format) are all is_crowd=1. When I started training, it reported a ValueError on line 136 of upsnet_end2end_train.py:
```python
train_loader = torch.utils.…
-
I stuck with the problem where "buf = txn.get(key.encode('ascii'))", it told me buf is None while both key and txn have vaule, so is it due to the key-value problem, which I mean the value buf can not…
-
Dear Team,
I am using the pre-training script to pre-train BLIP on a custom dataset (containing around 1M image/text pairs).
I see that the machine RAM utilization continuously increases and at…
-
Hello~ I met a problem when I tried to train on multi machines using your code. I used two machines, each of which has eight GPUs. The error happens when loading data. The error log is shown as below.…
-
Hi Guys , I am facing following error. I am training model on custom prepared data
```
"git_commit": "3476d393d2133fa9b50d5ad999ca13b95fc22060",
"git_status": "On branch main\nYour branch is …
-
Thank you for your job!
When I try the inference code, some problems occur:
Code:
`./tools/dist_inference.sh ./projects/configs/surroundocc/surroundocc_inference.py ./pretrainmodel/surroundocc.…
-
Hi, I just want to train a small version of RWKV-V5-169m model from scratch
I implement it with huggingface:
```
import torch
from transformers import AutoTokenizer, AutoConfig
tokenizer = Au…
-
**Describe the bug**
When using ViT as a backbone in Faster R-CNN, the bbox mAP is always 0 during validation, even though the training loss is decreasing normally. The training shows normal loss val…