Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronmarkham/dcdb284065c9ea4569214bcb0ca3a858 to your computer and use it in GitHub Desktop.
Save aaronmarkham/dcdb284065c9ea4569214bcb0ca3a858 to your computer and use it in GitHub Desktop.
Caffe2 relu op test output
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