Hi Ke Ding,
really appreciate your work. I've been trying to write a BinaryConv1D class to work with text data using your BinaryConv2D as an example, but I always get an error "Input 0 is incompatible with layer binary_conv1d_1: expected ndim=4, found ndim=3".
Could you please give any suggestions on how to write a BinaryConv1D class and if there's anything that needs to be modified in existing classes?
Hi Ke Ding,
really appreciate your work. I've been trying to write a BinaryConv1D class to work with text data using your BinaryConv2D as an example, but I always get an error "Input 0 is incompatible with layer binary_conv1d_1: expected ndim=4, found ndim=3".
Could you please give any suggestions on how to write a BinaryConv1D class and if there's anything that needs to be modified in existing classes?