From bc022f46a996abb6285f7093fc640ed9f7b0927d Mon Sep 17 00:00:00 2001 From: hehefan Date: Tue, 6 Apr 2021 15:57:49 +0800 Subject: [PATCH] modules --- modules-pytorch-1.4.0/point_4d_convolution.py | 2 +- modules-pytorch-1.8.1/point_4d_convolution.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules-pytorch-1.4.0/point_4d_convolution.py b/modules-pytorch-1.4.0/point_4d_convolution.py index 9a89e08..5b95283 100644 --- a/modules-pytorch-1.4.0/point_4d_convolution.py +++ b/modules-pytorch-1.4.0/point_4d_convolution.py @@ -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): diff --git a/modules-pytorch-1.8.1/point_4d_convolution.py b/modules-pytorch-1.8.1/point_4d_convolution.py index 9a89e08..5b95283 100644 --- a/modules-pytorch-1.8.1/point_4d_convolution.py +++ b/modules-pytorch-1.8.1/point_4d_convolution.py @@ -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):