Error when start to train SAEHD hepl!

Home Forums DeepFaceLab Training Error when start to train SAEHD hepl!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7654
    deepfakery
    Keymaster

      OOM ‘Out of Memory’ error usually means the settings are too high for the GPU to handle. Start by lowering the batch size until the model will run. If you have to go below batch size 4 then you should consider using a model with lower resolution and/or dims.

      #7697
      defalafa
      Participant

        also check general ram size – like pagefile / space

        open task manager while loading the model – you will see under ram and gpu the rise of python grabbing resources.

        also try models_opt_on_gpu: False

        so you out source the model into ram – slower but more vram available

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.