Question/Issue: Error while training my medical instruments object detection model
**Project ID:**405856
**Context/Use case:**Hello, I am trying to make a medical instruments object detection model and I receive this error when I train:
/app/run-python-with-venv.sh: line 17: 11 Killed
/app/$VENV_NAME/.venv/bin/python3 -u $ARGS
Application exited with code 137 (OOMKilled)
I only have 114 photos uploaded right now and still have a few to upload. I tried decreasing my number of training cycles or my batch size, and the one time it worked, my precision was 0.00.
and I don’t understand how I can run Python with venv…
The time limit is also a problem… that was actually the sta.rting point, from where I started to change the batch size
I’m a student and a complete beginner but I would really love to finish this project in time. Could you please help me?
this is the training output:
Creating job… OK (ID: 20500859)
Scheduling job in cluster…
Container image pulled!
Job started
Scheduling job in cluster…
Container image pulled!
Job started
Splitting data into training and validation sets…
Splitting data into training and validation sets OK
Training model…
Training on 71 inputs, validating on 18 inputs
Attached to job 20500859…
Trained 1 batches.
Attached to job 20500859…
Trained 2 batches.
Epoch Train Validation
Loss Loss Precision Recall F1
00 3.77784 0.01864 0.00 0.00 0.00
/app/run-python-with-venv.sh: line 17: 11 Killed /app/$VENV_NAME/.venv/bin/python3 -u $ARGS
Application exited with code 137 (OOMKilled)
Job failed (see above)