-
Encountered a scenario where dataloader is associating the incorrect child object to a parent object. I was able to work around it by explicitly specifying the foreign key relationship in the resolver…
-
### Describe the bug
I can run train_text_to_image_lora.py with dataloader_num_workers=0. But it does not work with dataloader_num_workers>0.
### Reproduction
I set dataloader_num_workers=4, here i…
-
hello,
I'm really interested in running your code, but I would like to use my custom dataset. My dataset consists of images of outdoor scenes captured using an iPad. I've already converted the vide…
-
See how increasing number of workers in the `DataLoader` improves throughout especially for multimodal since it is transform heavy. Then we can do the following:
- Set a reasonable default value for a…
-
I am trying to train a SOT model (Siamese RPN) on a custom dataset.
My code runs into an error when it starts iterating through the train dataset in [mmcv/runner/epoch_based_runner.py -> class Epo…
-
I want to fine tune [DiT for object detection](https://github.com/microsoft/unilm/tree/master/dit/object_detection) (text, diagrams **detection only**) etc for my own dataset. Been searching through t…
-
Thanks for the great work! Based on the chapter ODinW / Custom Dataset Evaluation, I'm trying design the data config like below for custom dataset evaluation:
```
DATALOADER:
ASPECT_RATIO_GROUPIN…
-
### Bug description
The batches and their order are the same across different executions of the script when using strategy='ddp' and dataloader with shuffle=True
### What version are you seeing…
-
Hello!Thanks for sharing the code. I would like to ask a question about the dataset. Are the datasets you provide complete? When I run the code, I encounter the following problem:
Traceback (most rec…
-
# But what are PyTorch DataLoaders really? | Scott Condron’s Blog
Creating custom ways (without magic) to order, batch and combine your data with PyTorch DataLoaders.
[https://www.scottcondron.com/j…