Skip to content

Commit

Permalink
condition and supervise
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidtronix committed Jan 17, 2025
1 parent 5ffb908 commit 21039b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml4h/models/diffusion_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def test_step(self, batch):
# this is computationally demanding, kid_diffusion_steps has to be small
if self.input_map.axes() == 3 and self.inspect_model:
images = self.denormalize(images)
generated_images = self.generate(
generated_images = self.generate(control_embed,
num_images=self.batch_size, diffusion_steps=20
)
self.kid.update_state(images, generated_images)
Expand Down

0 comments on commit 21039b1

Please sign in to comment.