Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 31, 2023
1 parent 3ac9ff1 commit 8a2c68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magvit2_pytorch/magvit2_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def __init__(
perceptual_loss_weight = 1.,
antialiased_downsample = True,
discr_kwargs: Optional[dict] = None,
multiscale_discrs: Optional[Tuple[Module, ...]] = None,
multiscale_discrs: Tuple[Module, ...] = tuple(),
use_gan = True,
adversarial_loss_weight = 1.,
grad_penalty_loss_weight = 10.,
Expand Down
2 changes: 1 addition & 1 deletion magvit2_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.53'
__version__ = '0.0.54'

0 comments on commit 8a2c68c

Please sign in to comment.