Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 5, 2023
1 parent 7eb5d39 commit d4965e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshgpt_pytorch/meshgpt_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def __init__(
self.num_quantizers = autoencoder.num_quantizers

self.sos_token = nn.Parameter(torch.randn(dim))
self.eos_token_id = self.codebook_size + 1
self.eos_token_id = self.codebook_size

# they use axial positional embeddings

Expand Down

0 comments on commit d4965e5

Please sign in to comment.