Skip to content

Commit

Permalink
Removing explicit weight activation.
Browse files Browse the repository at this point in the history
  • Loading branch information
RS-Coop committed Nov 20, 2023
1 parent cd0883b commit 40f97cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_quadconv/mesh_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self,
self._downsample_map = []

#weights
self._weight_activation = getattr(nn, weight_activation)() if req_grad else nn.Identity()
# self._weight_activation = getattr(nn, weight_activation)() if req_grad else nn.Identity()
self._normalize_weights = normalize_weights

#adjacency
Expand Down

0 comments on commit 40f97cf

Please sign in to comment.