Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.91 KB | None | 0 0
  1. (macvnev) Ramanas-MacBook-Pro:Theano Ramana$ theano-nose --with-timer theano/tensor/nnet/tests/test_neighbours.py:T_Images2Neibs
  2. ............
  3. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_grad_ignore_border: 9.9151s
  4. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_grad_valid: 9.5195s
  5. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs: 3.4950s
  6. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_wrap_centered_step_manual: 3.1589s
  7. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_infer_shape: 2.3948s
  8. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_manual_step: 2.0843s
  9. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs2images_grad: 1.9168s
  10. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_valid_with_inconsistent_borders: 1.0816s
  11. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_bad_shape_wrap_centered: 0.9757s
  12. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_grad_wrap_centered: 0.7967s
  13. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_manual: 0.3128s
  14. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_bad_shape: 0.1735s
  15. ----------------------------------------------------------------------
  16. Ran 12 tests in 35.828s
  17.  
  18. OK
  19. (macvnev) Ramanas-MacBook-Pro:Theano Ramana$ git status
  20. On branch cgt-opt
  21. nothing to commit, working directory clean
  22. (macvnev) Ramanas-MacBook-Pro:Theano Ramana$ git checkout master
  23. Switched to branch 'master'
  24. Your branch is ahead of 'origin/master' by 429 commits.
  25.   (use "git push" to publish your local commits)
  26. (macvnev) Ramanas-MacBook-Pro:Theano Ramana$ theano-nose --with-timer theano/tensor/nnet/tests/test_neighbours.py:T_Images2Neibs
  27. ............
  28. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_grad_ignore_border: 3.1514s
  29. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_wrap_centered_step_manual: 2.1026s
  30. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_grad_valid: 1.6303s
  31. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs: 1.3718s
  32. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_infer_shape: 0.4119s
  33. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_manual: 0.2648s
  34. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs2images_grad: 0.1826s
  35. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_bad_shape_wrap_centered: 0.1755s
  36. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_bad_shape: 0.1292s
  37. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_manual_step: 0.0735s
  38. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_grad_wrap_centered: 0.0331s
  39. theano.tensor.nnet.tests.test_neighbours.T_Images2Neibs.test_neibs_valid_with_inconsistent_borders: 0.0166s
  40. ----------------------------------------------------------------------
  41. Ran 12 tests in 9.545s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement