Blealtan/efficient-kan
An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN).
PythonMIT
Issues
- 1
need long time to init efficient-KAN
#53 opened by TuuSiwei - 2
- 2
torch._C._LinAlgError: torch.linalg.lstsq: (Batch element 1): The least squares solution could not be computed because the input matrix does not have full rank (error code: 4).
#50 opened by black-yt - 0
Kolmogorov-Arnold Transformer
#51 opened by Adamdad - 1
flops and params
#45 opened by songxinghui - 12
- 1
- 3
Constant loss, network is not learning
#48 opened by SuperKogito - 1
- 1
How to cite
#47 opened by dgkoenigsberg - 0
- 0
- 0
- 0
block: [0,0,0], thread: [1,0,0] Assertion `input_val >= zero && input_val <= one` failed. when using BCEloss
#41 opened by Treakun - 3
How to pip install?
#40 opened by piwawa - 9
- 0
- 7
- 12
Are the "efficient-kan" and "official-kan" equivalent in terms of algorithms?
#18 opened by yuedajiong - 4
- 1
KAN intuition for setting the hidden layers
#14 opened by marcopeix - 1
Can MLP replace transformer?
#13 opened by taotangSeek - 2
KANs are MLPs? MLP Equivalent
#8 opened by hypnopump - 2
Train Multi-KANs simultaneously! Coding realization
#30 opened by dwtum - 1
Symbolic Formulation from efficient-KAN
#27 opened by MinSiThu - 1
AssertionError
#26 opened by leedrake5 - 1
please report a bug to PyTorch. torch.linalg.lstsq: (Batch element 0): Argument 6 has illegal value. Most certainly there is a bug in the implementation calling the backend library.
#25 opened by maomaocun - 2
CUDA out of memory.
#24 opened by ybu-lxd - 1
Difference in memory usage of mlp and kan
#23 opened by c-pupil - 1
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [800, 256]], which is output 0 of AsStridedBackward0, is at version 2; expected version 1 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True).
#22 opened by boostingboosting - 1
Symbolic expression support
#21 opened by maramos874 - 2
KAN has more learnable parameters?
#15 opened by ningwanyi - 1
- 2
time complexity
#7 opened by Aniosss - 3
Contributing?
#5 opened by dschonholtz - 3
RuntimeError: false INTERNAL ASSERT FAILED
#4 opened by csinva - 2
Missing license
#2 opened by simenkva - 7
- 5
- 2
Necessity of the scale parameter?
#1 opened by KindXiaoming