Skip to content

Commit

Permalink
Update train_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaWolleb authored Oct 24, 2022
1 parent 667a852 commit b7b6d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guided_diffusion/train_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def run_loop(self):

self.run_step(batch, cond)

sample = self.run_step(batch, cond)

i += 1

if self.step % self.log_interval == 0:
Expand Down

0 comments on commit b7b6d89

Please sign in to comment.