-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REF] Replicate base class, but inherit from PyTorch linear operator (#…
…142) * [ADD] Minimal linear operator interface for PyTorch * [FIX] Linters * [ADD] Replicate current base class but inherit from `PyTorchLinearOperator` * [DEL] Unused import * [DEL] Remove unused import * [REF] Address minor comments * [FIX] Type hint in `_matmat_batch` * [ADD] Test `gradient_and_loss` function from `CurvatureLinearOperator`
- Loading branch information
Showing
5 changed files
with
412 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.