Skip to content

Commit

Permalink
Comment edit
Browse files Browse the repository at this point in the history
  • Loading branch information
vinamarora8 committed Nov 28, 2024
1 parent 69e2900 commit 6cd4134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_brain/models/poyo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class POYO(nn.Module):
Args:
dim: Hidden dimension of the model
dim_out: Dimension of the decoding targets
dim_out: Dimension of the output
dim_head: Dimension of each attention head
num_latents: Number of unique latent tokens (repeated at every latent step)
depth: Number of processing layers (self-attentions in the latent space)
Expand Down

0 comments on commit 6cd4134

Please sign in to comment.