Skip to content

Commit

Permalink
fix experimental.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 25, 2022
1 parent c7a0ef5 commit abbb5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perceiver_pytorch/experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(
]))

self.to_logits = nn.Sequential(
RMSNorm(latent_dim),
nn.LayerNorm(latent_dim),
nn.Linear(latent_dim, num_classes)
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'perceiver-pytorch',
packages = find_packages(),
version = '0.8.2',
version = '0.8.3',
license='MIT',
description = 'Perceiver - Pytorch',
author = 'Phil Wang',
Expand Down

0 comments on commit abbb5d5

Please sign in to comment.