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 doc #20575

Merged
merged 10 commits into from
Dec 2, 2024
Merged

Random seed doc #20575

merged 10 commits into from
Dec 2, 2024

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    108cc1c View commit details
    Browse the repository at this point in the history
  2. Update class documentation for SeedGenerator

    Clarify the facts that 
    
    - a global SeedGenerator is used by all random number generating functions in keras,
    - a SeedGenerator is required for jit compilation with the JAX backend.
    roebel authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    4879b25 View commit details
    Browse the repository at this point in the history
  3. Minor reformulation.

    roebel authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    0fcebdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f71a751 View commit details
    Browse the repository at this point in the history
  5. Fixed column length.

    roebel authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    0cacf29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ed7a85 View commit details
    Browse the repository at this point in the history
  7. Reformatted with black.

    roebel authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    0007c7c View commit details
    Browse the repository at this point in the history
  8. Reformatted with black.

    roebel authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    875561d View commit details
    Browse the repository at this point in the history
  9. Still some lines too long?

    roebel authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    d7c77a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47d3188 View commit details
    Browse the repository at this point in the history