mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-09 11:25:25 +08:00
Revert "Added failing test for convolutional1D with input (16,1)"
This reverts commit 5c91ed8eb7.
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user