lfrommelt

Results 2 issues of lfrommelt

Coming from prior versions of PyKAN, I was expecting `model.prune()` to be in-place. I validated my assumption by looking into the code and seeing that `prune()` does return `self`, just...

In the current implementation, the constructor of `MultKAN` sets the seeds for the `torch`, `numpy` and `random` modules on a global level. This can lead to side effects when using...