Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed May 12, 2023
1 parent 49a8058 commit ab9cba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion naturalspeech2_pytorch/naturalspeech2_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ def train(self):
if accelerator.is_main_process:
self.ema.update()

if True or self.step % self.save_and_sample_every == 0:
if self.step % self.save_and_sample_every == 0:

models = [(self.unwrapped_model, str(self.step))]

Expand Down
2 changes: 1 addition & 1 deletion naturalspeech2_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.23'
__version__ = '0.0.24'

0 comments on commit ab9cba4

Please sign in to comment.