We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f76f0fc + cc7a439 commit fd59db2Copy full SHA for fd59db2
denoising_diffusion_pytorch/denoising_diffusion_pytorch.py
@@ -912,8 +912,8 @@ def __init__(
912
913
# FID-score computation
914
915
+ self.calculate_fid = calculate_fid
916
if calculate_fid:
- self.calculate_fid = True
917
if not self.model.is_ddim_sampling:
918
self.accelerator.print(
919
"WARNING: Robust FID computation requires a lot of generated samples and can therefore be very time consuming."\
denoising_diffusion_pytorch/version.py
@@ -1 +1 @@
1
-__version__ = '1.8.0'
+__version__ = '1.8.1'
0 commit comments