Hi, I'm trying to use the NxConv1D. However, I encountered these problems: 1. in dnn_layers.py, class NxConv1D, the call function's line 1410 doesn't have the attribute '_recreate_conv_op'; 2. if I comment that line out, then the error becomes: AttributeError: 'NxConv1D' object has no attribute '_padding_op'. So what are these 2 attributes in NxConv1D class? Thanks!
Hi,
I'm trying to use the NxConv1D. However, I encountered these problems:
So what are these 2 attributes in NxConv1D class?
Thanks!