-
### Bug description
Hello,
After Lightning 2.2.0 upgrade we experience a crash when using `deepspeed` with `DataLoader(batch_size=None, ...)`:
```
File ".../pip-ai-experimental_pytorch_light…
-
**Describe the bug**
**Additional context**
torchrun --nproc_per_node ${num_gpu_per_node} --master_port $MASTER_PORT --master_addr $MASTER_ADDR --node_rank $RANK --nnodes $WORLD_SIZE examples/py…
-
Hola Alex,
Al entrenar la red neuronal, por terminal me sale lo siguiente:
(deteccionobj) C:\Users\Master\Documents\deteccion-objetos-video-master>python train.py --model_def config/yolov3-cus…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
can't train planrcnn with multiple gpu when I modify the batchsize>1 in dataloader?
hello, I have 4 titanxp, and I want to train planercnn, in train_planercnn.py
dataloader = DataLoader(dataset, ba…
-
Thank you for your good work.
Can you tell me in detail how to do custom train?
It hasn't been long since I studied AI, so I'm asking for help due to lack of knowledge.
Lastly, I wonder what…
-
Hello Etienne,
After a couple of years I found the courage to make the jump to version 2.
But I need a little help.
I tried this:
`public class ApplicationMMTC extends de.lsy.cmon.aggregator.gra…
-
I built a **custom dataloader** so that I can train or test on a **custom dataset**. but I have a problem, I don't know how to get the image info or especially the **orientation** of the image with th…
-
Discussions
- [ ] Add plotting functionalities, @varmaalok22 do you have any particular visualiations in mind? You can let me know or feel free to add.
- [ ] any default hyperparameter value to be c…
-
## 🚀 Feature
Currently after an epoch is ended dataloader spawns a new process to read data. This means if processes have cached some internal state (db connection, indexing, ...) they will be lost a…