Preliminary state
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a81d9debff79c36380df1be6090940c428c8a81c8916745e9051827a3291aa23
|
||||
size 800
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6dd12710d4063cf4612216448097011ccacbf75d81a981330a5179f446bbecf
|
||||
size 467
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f4fd25b084cc703eda006c8dd5960df55c31f56743c541b9153a590d7d05ce0
|
||||
size 800
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"command": "eval",
|
||||
"network": "resources/elu_1d_network.mininn",
|
||||
"inputs": [
|
||||
"resources/input_0.bin"
|
||||
],
|
||||
"expected_outputs": [
|
||||
"expected_output_0.bin"
|
||||
],
|
||||
"description": "ELU activation on 100 linearly spaced values in [-4, 4]",
|
||||
"points": 1
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2f576f572b270a25d7bdc3e5f34a2a86553c65d8649209d2cd2cd51f559d8f0
|
||||
size 640
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17c266ec6656d9e0127f27e0e08cae15b98a72fc50f69a508fa488aa516111e5
|
||||
size 481
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0757d9a45e5076cd12aac3f01085c04a9c58feecd4f1ddc116d8938fe1498ae
|
||||
size 640
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"command": "eval",
|
||||
"network": "resources/elu_batch_network.mininn",
|
||||
"inputs": [
|
||||
"resources/input_0.bin"
|
||||
],
|
||||
"expected_outputs": [
|
||||
"expected_output_0.bin"
|
||||
],
|
||||
"description": "ELU activation on a batch of 4 vectors of length 20, values in [-2, 2]",
|
||||
"points": 1
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d871ab7ca31cb89d531b39da1c2e0ee4671d73adc67ac1d9c208352ada0e994f
|
||||
size 40
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0966e79ed49c2ed6e299f6ff3d543f571e5e8a68b1f7792a11e394465ccec7c
|
||||
size 439
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b046046987a13d5cc8232a937559b40545ff083de3a14da88e9b77d80a74c46
|
||||
size 40
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"command": "eval",
|
||||
"network": "resources/elu_boundary_values_network.mininn",
|
||||
"inputs": [
|
||||
"resources/input_0.bin"
|
||||
],
|
||||
"expected_outputs": [
|
||||
"expected_output_0.bin"
|
||||
],
|
||||
"description": "boundary values including -0.0, +0.0, subnormal; exercises the >=0 boundary",
|
||||
"points": 1
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd624aaaa8af815adb9a2e81362a73bbb733ccea7ac134742dd28df4fd9554cf
|
||||
size 24
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da5841092ac970d063efbde86302b4f1d473792a4379e70a2aa340e74c3b2d1f
|
||||
size 555
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0c45303f7f11848cb5e6e5b2af2fb2aecd0b72c28748b88b583ab6bb76df174
|
||||
size 24
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"command": "eval",
|
||||
"network": "resources/elu_composition_add_network.mininn",
|
||||
"inputs": [
|
||||
"resources/input_0.bin"
|
||||
],
|
||||
"expected_outputs": [
|
||||
"expected_output_0.bin"
|
||||
],
|
||||
"description": "elu(x + scalar): exercises broadcasted add inside the elu desugaring",
|
||||
"points": 1
|
||||
}
|
||||
Reference in New Issue
Block a user