From 8a0bdafbdde9e160fb2e273b7d09c4fb10d00a0c Mon Sep 17 00:00:00 2001 From: Spyros Date: Fri, 23 Aug 2024 08:49:20 +0300 Subject: [PATCH] oops --- kan/MultKAN.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kan/MultKAN.py b/kan/MultKAN.py index 8c6c6c5..6074675 100644 --- a/kan/MultKAN.py +++ b/kan/MultKAN.py @@ -958,7 +958,7 @@ class MultKAN(nn.Module): for l in range(len(self.width) - 1): for i in range(self.width_in[l]): for j in range(self.width_out[l + 1]): - self.unfix_symbolic(l, i, j, log_history=True) + self.unfix_symbolic(l, i, j, log_history) def get_range(self, l, i, j, verbose=True): '''