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

Random seed #321

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

kamil2oster
Copy link
Contributor

This pull request addresses the issue with:

  1. KAN, MultKAN and utils set the random seed to be 0, unless argument as int is provided by the user.
  2. The arguments were changed to None as default; In this instance, the init function will set the seed to a random integer [0, 1e3], unless argument as int is provided by the user.
  3. This way the model will allow randomness in the initialisation instead of always using 0. Similar strategies are used in pytorch or sklearn.

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.

1 participant