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

Make FactoredMatrix compatible with tensor-like arguments #599

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on May 17, 2024

  1. Make FactoredMatrix compatible with tensor-like arguments

    I'd like to be able to use `FactoredMatrix` with things that implement the interface of `torch.Tensor` without subclassing it.  This slight change allows `FactoredMatrix` to work with such classes rather than returning `None` in various places.
    JasonGross authored May 17, 2024
    Configuration menu
    Copy the full SHA
    2105225 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    7c08ab2 View commit details
    Browse the repository at this point in the history