Skip to content

Commit

Permalink
just follow the 80/20% rule in software design
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 23, 2023
1 parent 4d46345 commit 3b9f0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion denoising_diffusion_pytorch/denoising_diffusion_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ def __init__(
amp = False,
mixed_precision_type = 'fp16',
split_batches = True,
convert_image_to = None,
convert_image_to = 'RGB',
calculate_fid = True,
inception_block_idx = 2048,
max_grad_norm = 1.,
Expand Down
2 changes: 1 addition & 1 deletion denoising_diffusion_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.9.2'
__version__ = '1.9.3'

0 comments on commit 3b9f0f7

Please sign in to comment.