Skip to content

Commit

Permalink
modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hehefan committed Apr 6, 2021
1 parent c96e071 commit bc022f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules-pytorch-1.4.0/point_4d_convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self,
temporal_stride: int = 1,
temporal_padding: [int, int] = [0, 0],
temporal_padding_mode: str = 'replicate',
operator: str = 'addition',
operator: str = '+',
spatial_pooling: str = 'max',
temporal_pooling: str = 'sum',
bias: bool = False):
Expand Down
2 changes: 1 addition & 1 deletion modules-pytorch-1.8.1/point_4d_convolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self,
temporal_stride: int = 1,
temporal_padding: [int, int] = [0, 0],
temporal_padding_mode: str = 'replicate',
operator: str = 'addition',
operator: str = '+',
spatial_pooling: str = 'max',
temporal_pooling: str = 'sum',
bias: bool = False):
Expand Down

0 comments on commit bc022f4

Please sign in to comment.