Skip to content

Commit 3b9f0f7

Browse files
committed
just follow the 80/20% rule in software design
1 parent 4d46345 commit 3b9f0f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

denoising_diffusion_pytorch/denoising_diffusion_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def __init__(
873873
amp = False,
874874
mixed_precision_type = 'fp16',
875875
split_batches = True,
876-
convert_image_to = None,
876+
convert_image_to = 'RGB',
877877
calculate_fid = True,
878878
inception_block_idx = 2048,
879879
max_grad_norm = 1.,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.9.2'
1+
__version__ = '1.9.3'

0 commit comments

Comments
 (0)