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

Fix: reinitialisation bug #156

Merged
merged 2 commits into from
Jun 27, 2023
Merged

Fix: reinitialisation bug #156

merged 2 commits into from
Jun 27, 2023

Conversation

cgohil8
Copy link
Collaborator

@cgohil8 cgohil8 commented Jun 26, 2023

  • TensorFlow 2.10 onwards changed the default behaviour of initializers.
  • This meant we needed to update our re-initialization function.
  • Our function did not account for non-default arguments when the initializer is created.
  • This PR fixes the re-initialization function.

@cgohil8 cgohil8 linked an issue Jun 26, 2023 that may be closed by this pull request
@cgohil8 cgohil8 merged commit ffd9609 into main Jun 27, 2023
@cgohil8 cgohil8 deleted the fix/reinitialisation_bug branch June 27, 2023 10:23
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.

Potential bug with random_subset_initialisation in sehmm.
1 participant