pykan icon indicating copy to clipboard operation
pykan copied to clipboard

recover_save_act_in_fit() missing 1 required positional argument: 'old_save_act'

Open liuyh-Horizon opened this issue 6 months ago • 5 comments

Hello, I'm a beginner to use KAN. I tried to use the model.fit() to train a small network for MNIST. And I got one error like this:

TypeError: recover_save_act_in_fit() missing 1 required positional argument: 'old_save_act'

Can anyone help me to find out what happened here? I will enclose my codes:

Screenshot from 2024-07-26 19-08-15

Thanks a lot!!

liuyh-Horizon avatar Jul 26 '24 17:07 liuyh-Horizon