Update inner.py
Browse files
inner.py
CHANGED
|
@@ -264,7 +264,7 @@ def evaluate(config, epoch, pipeline):
|
|
| 264 |
import sys
|
| 265 |
# Sample some images from random noise (this is the backward diffusion process).
|
| 266 |
# The default pipeline output type is `List[PIL.Image]`
|
| 267 |
-
for k in range(1,
|
| 268 |
|
| 269 |
images = pipeline(
|
| 270 |
batch_size=config.eval_batch_size,
|
|
|
|
| 264 |
import sys
|
| 265 |
# Sample some images from random noise (this is the backward diffusion process).
|
| 266 |
# The default pipeline output type is `List[PIL.Image]`
|
| 267 |
+
for k in range(1, 20):
|
| 268 |
|
| 269 |
images = pipeline(
|
| 270 |
batch_size=config.eval_batch_size,
|