-
### Branch
main branch (mmpretrain version)
### Describe the bug
I have followed the exact same steps as mentioned in the [tutorial](https://mmpretrain.readthedocs.io/en/latest/notes/pretrain_custo…
-
```
(env-py3.10) incognito@DESKTOP-H1BS9PO:~/conformer_ocr$ cocr -d cuda train -f binary --workers 8 dataset.arrow
Usage: cocr train [OPTIONS] [GROUND_TRUTH]...
Try 'cocr train --help' for help.
…
-
I want to use faster-rcnn to do object detection instead of mask rcnn for splitting, now it always shows insufficient video memory, in fact my video memory still has space, maybe there is a problem wi…
-
most of config files doesn't set pin_memory.
is there any reason not to set pin_memory=True?
I just want to know if there is any drawback to not enable it
-
I have noticed that using sparse matrices with a DataLoader works only if num_processes = 0.
Example:
```
import torch
from torch.utils.data import DataLoader
print('torch version: ', torch…
-
Hi,
I'm trying to get YOLACT(++) to work with a custom dataset using Google Colab because I don't have acces to a powerfull GPU myself. When I run `train.py` it loads the .json files from the `con…
-
### Describe the question.
Hi, I just learned about DALI and wanted to ask if it was the correct tool for my use case.
I have a dataset of videos and I want to load them in a Dataloader in PyTorch.
…
-
## 🐛 Bug
The base classes for `torch.utils.data.Dataset` and `torch.utils.data.Sampler` do not define a `__len__` method, which means that downstream code relying on PyTorch (with typehints) cannot…
-
# DataLoader architecture updates and TarDataset implementation
# Problem statement
This proposal aims to construct a modular, user-friendly, and performant toolset to address the ambiguous activi…
-
I was able to train the encoder model with projection head on a custom dataset, but when training the classification head with softmax activation, there is no option, it only supports training on two …