Woodszp

Results 2 comments of Woodszp

### Issue Resolved If you are using the Swin Transformer, you may need to modify or add the following code: Please add this code at the end. ``` def forward():...

I want to use KAN conv instead of ResNet conv, how can i do it? First, `from kan_convolutional.KANConv import KAN_Convolutional_Layer` from https://github.com/AntonioTepsich/Convolutional-KANs. Second, change the ResNet conv But there is...