Skip to content

Commit

Permalink
address #1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jun 19, 2024
1 parent 8e56054 commit 35ae3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "titok-pytorch"
version = "0.0.3"
version = "0.0.4"
description = "TiTok - Pytorch"
authors = [
{ name = "Phil Wang", email = "lucidrains@gmail.com" }
Expand Down
2 changes: 1 addition & 1 deletion titok_pytorch/titok.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def forward(
if return_codebook_ids:
return indices

recon_images = self.decode(latents)
recon_images = self.decode(quantized)

# reconstruction loss

Expand Down

0 comments on commit 35ae3b5

Please sign in to comment.