Skip to content

Commit

Permalink
apparently this is always true for some reason
Browse files Browse the repository at this point in the history
changed to false... because currently best VAE is 3 channels
  • Loading branch information
korakoe committed Oct 1, 2023
1 parent 22a9298 commit f1a57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muse_maskgit_pytorch/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
stream=False,
using_taming=False,
random_crop=False,
alpha_channel=True,
alpha_channel=False,
):
super().__init__()
self.dataset = dataset
Expand Down

0 comments on commit f1a57b6

Please sign in to comment.