parent
9360bb94c3
commit
f1ab955f64
|
@ -252,6 +252,7 @@ Then, you'll need a way to evaluate the model. For evaluation, you can use the [
|
|||
```py
|
||||
>>> from diffusers import DDPMPipeline
|
||||
>>> import math
|
||||
>>> import os
|
||||
|
||||
|
||||
>>> def make_grid(images, rows, cols):
|
||||
|
|
Loading…
Reference in New Issue