astorfi / 3D-convolutional-speaker-recognition

:speaker: Deep Learning & 3D Convolutional Neural Networks for Speaker Verification
Apache License 2.0
781 stars 275 forks source link

i cant built the code #4

Closed hongbailan closed 6 years ago

hongbailan commented 6 years ago

slim.conv2d(inputs, 16, [3, 1, 5], stride=[1, 1, 1], scope='conv11')

throw exception: The kernel_size argument must be a tuple of 2 integers. Received: [3, 1, 5]