From e123297d61dc9915b70060def498560ca5d3d073 Mon Sep 17 00:00:00 2001 From: sniklaus Date: Tue, 12 Sep 2017 17:57:28 -0700 Subject: no message --- SeparableConvolution.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SeparableConvolution.py b/SeparableConvolution.py index 4d8563a..2ac31f9 100644 --- a/SeparableConvolution.py +++ b/SeparableConvolution.py @@ -35,7 +35,7 @@ class SeparableConvolution(torch.autograd.Function): ) elif input1.is_cuda == False: - raise NotImplementedError() + raise NotImplementedError() # CPU VERSION NOT IMPLEMENTED # end @@ -43,6 +43,6 @@ class SeparableConvolution(torch.autograd.Function): # end def backward(self, gradOutput): - raise NotImplementedError() + raise NotImplementedError() # BACKPROPAGATION NOT IMPLEMENTED # end # end -- cgit v1.2.3-70-g09d2