Helppp

If training is failing to start, and you are not receiving an error message telling you what to do, tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Training process. If you want to get tips, or better understand the Training process, then you should look in the Training Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
torzdf
Posts: 2636
Joined: Fri Jul 12, 2019 12:53 am
Answers: 156
Has thanked: 128 times
Been thanked: 614 times

Re: Helppp

Post by torzdf »

This is an out of memory error.

You do not have enough GPU memory available to train the selected model at the selected settings. You can try a number of things:

  • Close any other application that is using your GPU (web browsers are particularly bad for this).
  • Lower the batchsize (the amount of images fed into the model each iteration).
  • Try enabling 'Mixed Precision' training.
  • Use a more lightweight model, or select the model's 'LowMem' option (in config) if it has one."

My word is final

Locked