remove unnecessary console message

This commit is contained in:
Vladimir Mandic 2022-12-30 19:38:53 -05:00 committed by GitHub
parent 4af3ca5393
commit d3aa2a48e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ def sample_plms(self,
# sampling
C, H, W = shape
size = (batch_size, C, H, W)
print(f'Data shape for PLMS sampling is {size}')
# print(f'Data shape for PLMS sampling is {size}') # remove unnecessary message
samples, intermediates = self.plms_sampling(conditioning, size,
callback=callback,