-
when i run my datset.py, which use dali to decode lmdb data, meet this problem? while use cv2.imread can right get the image, because the image format?
-
Hi, Thank you for providing this ssl library and rapid response.
Now I'm confused with a new question, and I don't know if it can be solved.
I've compared the results of ssl methods (SimCLR, BYOL…
-
Hello,
When I run the following code:
```python
from tqdm import tqdm
from nvidia import dali
import nvidia.dali.fn as fn
sintel = ["../../sintel_trailer-1080p-g5.mp4"]
@dali.pipeline_def…
-
Related to **Model/Framework(s)**
SSD/pytorch 1.5.1
**Describe the bug**
DALICOCOIterator Fails Loading Batch.
line 234 /PyTorch/Detection/SSD/src/coco_pipeline.py
tries to squeeze 1D tensor …
-
hi
I wonder to know if my function just have Normalize, can I still use ops.CropMirrorNormalize?
-
Hello, you mentioned that the training time using 4 2080ti is about 23 hours. If using a 3090, how long will the training time be? I expect 20 days during the reproduction process, is there anything …
-
This looks like:
```
$ pex --lock default.lock
Traceback (most recent call last):
File "/home/jsirois/.venv/pex/bin/pex", line 8, in
sys.exit(main())
File "/home/jsirois/.venv/pex/lib/p…
-
Dear author,
Thanks for your time and sharing!
I'm trying to apply BYOL on my task, where samples are limited. Accordingly, a small model for feature extraction is designed.
Based on the exp…
-
Hello,
I am fine-tuning the conformer model, and I have noticed that the defined LR in the Yaml file is not used and another lower LR is actually used during training.
The defined LR is 0.005, b…
-
I am trying to share the **nvidia.dali.backend_impl.TensorGPU** object in multiple processes,
that process is defined using the python multiprocessing way and I have created a shared queue where I ha…