Skip to content

Commit

Permalink
misc renaming and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rejuvyesh committed Aug 11, 2023
1 parent a875790 commit 74799cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/reference/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ All these modules are available for different algebras.

::: cliffordlayers.nn.modules.cliffordfourier

::: cliffordlayers.nn.modules.gcan

::: cliffordlayers.nn.modules.batchnorm

::: cliffordlayers.nn.modules.groupnorm
2 changes: 1 addition & 1 deletion tests/test_gcan_layers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import torch
from cliffordlayers.nn.modules.gcan_layers import (
from cliffordlayers.nn.modules.gcan import (
CliffordG3ConvTranspose2d,
CliffordG3GroupNorm,
CliffordG3SiLU,
Expand Down

0 comments on commit 74799cf

Please sign in to comment.