Skip to content

Commit

Permalink
switch component
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 authored Oct 1, 2024
1 parent 1899b0b commit fa86566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mace/modules/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def _setup(self) -> None:
affine=False,
reduce="mean",
instance=True,
normalization="norm",
normalization="component",
)

def forward(
Expand Down Expand Up @@ -653,7 +653,7 @@ def _setup(self) -> None:
affine=False,
reduce="mean",
instance=True,
normalization="norm",
normalization="component",
)

def forward(
Expand Down

0 comments on commit fa86566

Please sign in to comment.