Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(callbacks): Keras SVD op is not as expected
SVD operation in Keras 3 does not handle "compute_uv". Bug was fixed in Keras 3.6.0 (next version to be released). Waiting for this version, a hot fix is used where we compute u and v for nothing. This commit could be reverted when Keras 3.6 is released.
- Loading branch information