Page 1 of 1

Re: Helppp

Posted: Sun Nov 06, 2022 12:29 pm
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."