This commit is contained in:
lvmin
2023-02-10 23:30:38 -08:00
parent 0d8127cc25
commit 1926b7144e

View File

@@ -190,7 +190,7 @@ batch_size = 1
trainer = pl.Trainer(gpus=1, precision=32, callbacks=[logger], accumulate_grad_batches=4) # But this will be 4x slower
```
Note that training with 8 GB laptop GPU is challenging. We will need some GPU memory optimization at least as good as automatic111s UI. This may require expert modifications to the code.
Note that training with 8 GB laptop GPU is challenging. We will need some GPU memory optimization at least as good as automatic1111s UI. This may require expert modifications to the code.
### Screenshots