Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
be8c6719
Commit
be8c6719
authored
Jul 16, 2025
by
Andrea Paris
Committed by
Boris Bonev
Jul 21, 2025
Browse files
cleanup of merge conflict resolution
parent
82e7860d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
torch_harmonics/convolution.py
torch_harmonics/convolution.py
+0
-3
No files found.
torch_harmonics/convolution.py
View file @
be8c6719
...
@@ -663,8 +663,6 @@ class DiscreteContinuousConvTransposeS2(DiscreteContinuousConv):
...
@@ -663,8 +663,6 @@ class DiscreteContinuousConvTransposeS2(DiscreteContinuousConv):
def
psi_idx
(
self
):
def
psi_idx
(
self
):
return
torch
.
stack
([
self
.
psi_ker_idx
,
self
.
psi_row_idx
,
self
.
psi_col_idx
],
dim
=
0
).
contiguous
()
return
torch
.
stack
([
self
.
psi_ker_idx
,
self
.
psi_row_idx
,
self
.
psi_col_idx
],
dim
=
0
).
contiguous
()
<<<<<<<
HEAD
=======
def
get_psi
(
self
,
semi_transposed
:
bool
=
False
):
def
get_psi
(
self
,
semi_transposed
:
bool
=
False
):
"""
"""
Get the convolution tensor
Get the convolution tensor
...
@@ -694,7 +692,6 @@ class DiscreteContinuousConvTransposeS2(DiscreteContinuousConv):
...
@@ -694,7 +692,6 @@ class DiscreteContinuousConvTransposeS2(DiscreteContinuousConv):
return
psi
return
psi
>>>>>>>
4578
beb
(
Improved
docstrings
in
convolution
)
def
forward
(
self
,
x
:
torch
.
Tensor
)
->
torch
.
Tensor
:
def
forward
(
self
,
x
:
torch
.
Tensor
)
->
torch
.
Tensor
:
"""
"""
Forward pass
Forward pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment