StarostinV / convkan

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

Question on ResNet18 #4

Closed Shinyzenith closed 3 months ago

Shinyzenith commented 4 months ago

My apologies if this is a stupid question.

Is it possible to implement ResNet18 with ConvKan?

StarostinV commented 3 months ago

Added resnet implementation #7 with kans (just as an illustration; even resnet18 with KANs seems overly large to be useful).