-
Hi. Thank you for your works and open it. I'm trying to train with custom dataset from scratch. I have videos, glosses and texts as well. I plan to train with SingleStream first to have a baseline. I …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
Hi,
I'm trying to run training on google colab and am running into the following error in the training step, does anyone have an idea here?
Seems like the CUDA in use is not compatible with pytorch?…
-
### System Info
- `transformers` version: 4.45.2
- Platform: Linux-5.14.21-150500.55.49-default-x86_64-with-glibc2.31
- Python version: 3.10.15
- Huggingface_hub version: 0.26.1
- Safetensors…
-
## ❓ Questions and Help
Hi, it seems like that the pretrained PredCls model is trained on VG datasets (51 relationships, 150 objects). But if I want to test on this model using customs images (custom…
-
Hi there, I want to try to train a new language, I will use the librispeech dataset in spanish to start the trial, but I have a pair of questions:
1.- When I download the dataset it comes in "arrow…
-
Hi,
I'm currently working on an interface between ESRI ArcGIS Pro and torchgeo.
The basic functionality is done so far, I'm able to sample raster layers directly off a running ArcGIS application usi…
-
Hi . I have two errors, and I'm trying to train my custom dataset.
1) KeyError: Caught KeyError in DataLoader worker process 0.
2) KeyError: 7
I don't know why, and I attached my errors below.…
-
### Branch
main branch (mmpretrain version)
### Describe the bug
## Issue explanation
I want to try SimCLR model using ConvNext backbone, I could pretrain a model, the loss reduced for some epochs…