Skip to content

Commit

Permalink
make it even clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
korakoe committed May 13, 2023
1 parent 02afc54 commit 3a987f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muse_maskgit_pytorch/trainers/maskgit_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def save_validation_images(

if self.accelerator.is_main_process:
save_image(images, save_file, "png")
self.log_validation_images([Image.open(save_file)], step, ["\n\n".join(validation_prompts)])
self.log_validation_images([Image.open(save_file)], step, ["\n---\n".join(validation_prompts)])
return save_file

def train(self):
Expand Down

0 comments on commit 3a987f4

Please sign in to comment.