Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto_save=self.auto_save in model.prune() #475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yixi0527
Copy link

@yixi0527 yixi0527 commented Oct 4, 2024

change model2=MultKAN(..., auto_save=Ture, ...) to auto_save=self.auto_save, as when we set auto_save=False, then prune the model, it'll be saved and file './model/history.txt' can't be found
#362

…o_save, as when we set auto_save=False, then prune the model, it'll be saved and file './model/history.txt' can't be found.
@dps123
Copy link

dps123 commented Oct 16, 2024

prune_input method has the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants