Stalling while training. #4758
Replies: 1 comment
-
@Pagzma09 hello! It sounds like you're encountering a stalling issue during the training process. Let's try to troubleshoot this step by step:
If after checking these points the issue persists, you may want to simplify your command (e.g., remove For further guidance, you can refer to our documentation on the Train mode, which might help clarify any configuration issues. Remember, the community and the Ultralytics team are here to help! 🚀 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I downloaded my dataset and have started training my method using this command:
!yolo task=detect mode=train model=yolov8s.pt batch=8 data=/data.yaml epochs=25 imgsz=128 plots=True device=0 verbose=True
Instead of actually training the model, it makes a "runs" folder with one attempt directory, generates a bunch of threads, eats through about half of my memory, and then stalls (not necessarily in that order). I made sure it wasn't actually doing anything silently -- it's been running for 90 mins approx. and no prints, new image files, weights, or anything, the only things it generated were an args.yaml file and a file named "events.out.tfevents..Omega..0". The .zip file has one events.out.tf... file and one args.yaml file.
Any ideas? Things I did wrong? Thanks!
examples.zip
Beta Was this translation helpful? Give feedback.
All reactions