StarostinV / convkan

Convolutional layer for Kolmogorov-Arnold Network (KAN)
MIT License
76 stars 8 forks source link

Questions about convolution operation #5

Open zhongwlf opened 3 months ago

zhongwlf commented 3 months ago

hi! In fig1, the output from conv2 is 5*5, but the input to KANLinear is 245; in fig2 and fig3, after passing through KANconv, the input to nn.linear is 625. Could you please explain why this is the case? Thank you very much!

q1 q2 q3