# Run model first time with DebugMode() as debug_mode, DebugMode.log_tensor_hashes(): model(x) logs1 = debug_mode.logs # Run again, in exactly the same way with DebugMode() as debug_mode, ...
This repository contains an efficient implementation of Kolmogorov-Arnold Network (KAN). The original implementation of KAN is available here. The problem is in the sparsification which is claimed to ...