fix wording

This commit is contained in:
Connor Olding 2017-08-02 07:00:33 +00:00
parent e4fa5bf63f
commit 89fcd25962

2
onn.py
View File

@ -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__()