Skip to content

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

Open
yixi0527 wants to merge 1 commit into
KindXiaoming:masterfrom
yixi0527:fix-prune-issue
Open

auto_save=self.auto_save in model.prune()#475
yixi0527 wants to merge 1 commit into
KindXiaoming:masterfrom
yixi0527:fix-prune-issue

Conversation

@yixi0527

@yixi0527 yixi0527 commented Oct 4, 2024

Copy link
Copy Markdown

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

dps123 commented Oct 16, 2024

Copy link
Copy Markdown

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