-
## What problem are you trying to solve?
“DataLoader must be constructed with function which accepts Array and returns Promise>, but the function did not return a Promise of an Array of the same leng…
-
I came accross the training script of sentence-transformer model, [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/train_script.py). I am trying to replicate …
-
I am trying to train the humannerf model on a custom video. I have followed all the steps to extract frames, generate masks, get matadata and used it to prepare dataset. The dataset was prepared prope…
-
Hi, @kwea123
I am conducting some experiments using this MVSNet implementation, since its clear and simple PyTorch Lightning warping.
For faster training process, the model is trained with 3 GPUs…
-
# Christian Mills - Training YOLOX Models for Real-Time Object Detection in Pytorch
Learn how to train YOLOX models for real-time object detection in PyTorch by creating a hand gesture detection mode…
-
Hi, I was trying to train a model with celeb dataset on a cluster of 8 GPUs. I am currently using only a single GPU.
OUTPUT LOG:
Namespace(batch_size=4, beta1=0.0, beta2=0.99, checkpoint_dir='ex…
-
Hi Lisa,
Thank you so much for providing the code and the explanations. It is really brilliant work.
I would like to use your modified Cell-DETR model for the detection and segmentation of a singl…
-
I'm making good progress on #54 and in going through it I noticed that @sadamov you modified the return signature of `WeatherDataset.__getitem__` to also return `batch_times` (which is looks like are …
-
the error is below:
**RuntimeError: only batches of spatial targets supported (3D tensors) but got targets of size: : [1, 360, 640, 3]**
I think it is because the dataloader read the mask png as rgb…
-
### Checklist
- I have searched related issues but cannot get the expected help.
- I have read related documents and don't know what to do.
### Describe the question you meet
I follow the is…