titu1994 / keras-coordconv

Keras implementation of CoordConv for all Convolution layers
MIT License
148 stars 33 forks source link

Error when using CoordinateChannel1D #2

Closed lkytal closed 6 years ago

lkytal commented 6 years ago

CoordinateChannel2D works well, however, using CoordinateChannel1D for 1D model will cause: ValueError: number of input channels does not match corresponding dimension of filter

titu1994 commented 6 years ago

I pushed a fix for that a few hours ago. Could you update coordinate.py and try it ?

lkytal commented 6 years ago

It works, thanks.