fix wording
This commit is contained in:
parent
e4fa5bf63f
commit
89fcd25962
1 changed files with 1 additions and 1 deletions
2
onn.py
2
onn.py
|
@ -391,7 +391,7 @@ class Decimate(Layer):
|
|||
return dX
|
||||
|
||||
class Undecimate(Layer):
|
||||
# reverse operation of Decimate. not quite interpolation.
|
||||
# inverse operation of Decimate. not quite interpolation.
|
||||
|
||||
def __init__(self, phase='even'):
|
||||
super().__init__()
|
||||
|
|
Loading…
Reference in a new issue