team-daniel / KAN

Implementation on how to use Kolmogorov-Arnold Networks (KANs) for classification and regression tasks.
https://daniel-bethell.co.uk/posts/kan
182 stars 21 forks source link

KAN_classification crashes everytime #7

Closed Tziaxri closed 1 week ago

Tziaxri commented 2 weeks ago

Have you managed to run the KAN_classification.ipynb? i always get a kernel crash at about 28-35% of model training. Any suggestions? Thanks in advance

team-daniel commented 1 week ago

Hi.

This sounds to me like you are running out of RAM mid training, maybe your dataset is very large for the colab environment? I am unsure which little info to go off though.

Best,