Skip to content

Commit

Permalink
Add run_module
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Apr 8, 2016
1 parent 9a05689 commit 5e93318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/chainer_tests/links_tests/connection_tests/test_mgu.py
Expand Up @@ -5,6 +5,7 @@
import chainer
from chainer import cuda
from chainer import links
from chainer import testing
from chainer.testing import attr


Expand Down Expand Up @@ -62,3 +63,6 @@ def test_forward_cpu(self):
def test_forward_gpu(self):
self.mgu.to_gpu()
self.check_forward(cuda.to_gpu(self.x))


testing.run_module(__name__, __file__)

0 comments on commit 5e93318

Please sign in to comment.