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

Parameterize weights_only during load to allow loading of unusual models #1899

Closed
wants to merge 8 commits into from

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    04a6e80 View commit details
    Browse the repository at this point in the history
  2. Add tests for warning for unsafe object loading in load_from_zip_file…

    … function, fix duplicate warning discovered by test
    markscsmith committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e528cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62d26b1 View commit details
    Browse the repository at this point in the history
  4. Reproduce issue loading model with weights_only=True when using a lea…

    …rning_rate_schedule with numpy scalars in the function
    markscsmith committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2d04133 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bc204d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88907ce View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from markscsmith/weights_only-param

    Adding weights_only param to allow loading of unusual model params
    markscsmith authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6c24ad2 View commit details
    Browse the repository at this point in the history
  8. Revert "Merge pull request #1 from markscsmith/weights_only-param"

    This reverts commit 6c24ad2, reversing
    changes made to 5623d98.
    markscsmith committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d1c6212 View commit details
    Browse the repository at this point in the history