pykan icon indicating copy to clipboard operation
pykan copied to clipboard

Grid extension + KAN with CUDA

Open LouisD91 opened this issue 7 months ago • 0 comments

Hello,

I tried using KANs on a GPU and apply grid extension. It raises multiple errors and I needed to modify the code for it to run. Performances are good but grid extension returned some NaNs. I had to perform the least square algorithm on the CPU to get rid of the NaNs and yet the performance significantly dropped after applying grid extension.

LouisD91 avatar Jul 19 '24 19:07 LouisD91