Revert "Added failing test for convolutional1D with input (16,1)"

This reverts commit 5c91ed8eb7.
This commit is contained in:
2016-11-15 10:54:13 +08:00
parent c55d3be985
commit 1ae52836ba
3 changed files with 2 additions and 85 deletions
+1 -6
View File
@@ -28,12 +28,7 @@ describe('convolutional layer: Convolution1D', function () {
inputShape: [8, 3],
kernelShape: [2, 7],
attrs: { activation: 'tanh', borderMode: 'same', subsampleLength: 1, bias: true }
},
{
inputShape: [16, 1],
kernelShape: [3, 3],
attrs: { activation: 'linear', borderMode: 'same', subsampleLength: 1, bias: true }
},
}
]
before(function () {