Skip to content

Commit 48de6d5

Browse files
authored
Update complexLayers.py
1 parent 9c59851 commit 48de6d5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

complexPyTorch/complexLayers.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
)
1919

2020
from .complexFunctions import (
21-
complex_amp_tanh,
2221
complex_relu,
2322
complex_tanh,
2423
complex_sigmoid,
@@ -109,11 +108,6 @@ def forward(self, input):
109108
return complex_tanh(input)
110109

111110

112-
class ComplexAmpTanh(Module):
113-
def forward(self, input):
114-
return complex_amp_tanh(input)
115-
116-
117111
class ComplexPReLU(Module):
118112
def __init__(self):
119113
super().__init__()

0 commit comments

Comments
 (0)