Created
March 1, 2017 02:34
-
-
Save aaronmarkham/dcdb284065c9ea4569214bcb0ca3a858 to your computer and use it in GitHub Desktop.
Caffe2 relu op test output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([[-0.7635088 ], | |
[-0.24276257]], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([[ 0. , 1. ], | |
[ 0.20600842, -0.92744243]], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([ 0.22169138, -0. , 0. , 0. ], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([-0.], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([ 0.], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([[-0.28297934], | |
[ 0.20971532], | |
[ 0. ]], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([ 0. , 0.32596487, -0.42383954, -0.45233321], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([ 0.], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([[-0.]], dtype=float32), gc=, dc=[]) | |
Trying example: test_relu(self=<__main__.TestRelu testMethod=test_relu>, X=array([ 0.64830452, -0.53674382, 0.14773081], dtype=float32), gc=, dc=[]) | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 0.027s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment