mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-12 12:33:40 +08:00
Added failing test for convolutional1D with input (16,1)
This commit is contained in:
@@ -28,7 +28,12 @@ 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