Closed siwuxei closed 3 months ago
Hi @siwuxei! Thank you for using Neuromancer!
The parameter num_domains
is indeed not yet available on the master
of Neuromancer, but you can get early access by using the feature/fbkans
branch. To do so, you can switch to the branch viagit switch feature/fbkans
, and then proceed with the installation from the root of the repository (e.g., pip install -e.
). To make sure you have all of the latest features plus the fbkans, I merged the feature/fbkans with the develop this morning, so you should be good to go :)
Please let me know if that doesn't work, I'd be happy to help.
Best wishes, Bruno
Hi @siwuxei! Thank you for using Neuromancer!
The parameter
num_domains
is indeed not yet available on themaster
of Neuromancer, but you can get early access by using thefeature/fbkans
branch. To do so, you can switch to the branch viagit switch feature/fbkans
, and then proceed with the installation from the root of the repository (e.g.,pip install -e.
). To make sure you have all of the latest features plus the fbkans, I merged the feature/fbkans with the develop this morning, so you should be good to go :)Please let me know if that doesn't work, I'd be happy to help.
Best wishes, Bruno
Thanks for your prompt reply! The problem has been solved and the code works well. 🥰
Thank you for sharing the source code. I recently read the paper "FINITE BASIS KOLMOGOROV-ARNOLD NETWORKS: DOMAIN DECOMPOSITION FOR DATA-DRIVEN AND PHYSICS-INFORMED PROBLEMS," but it seems there might be an issue with the code.
Taking the file
p1_fbkan_vs_kan_noise_data_1d.ipynb
as an example, when definingFBPINN
, theKANBlock
in theneuromancer
library does not have the parameternum_domains
.Definition of
KANBlock
inneuromancer