You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: