GaumlessGraham commited on
Commit
2fe6431
·
verified ·
1 Parent(s): e5d09ec

Update inner.py

Browse files
Files changed (1) hide show
  1. inner.py +1 -1
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, 14):
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,