Closed Hambaobao closed 9 months ago
I found that in the model.py, FlashDepthwiseConv1d is used, but it seems that FlashDepthwiseConv1d is not imported.
FlashDepthwiseConv1d
@Hambaobao #7 should fix this.
Great!
I found that in the model.py,
FlashDepthwiseConv1d
is used, but it seems thatFlashDepthwiseConv1d
is not imported.