Harsh Sutaria
Results
2
issues of
Harsh Sutaria
## Proposed changes Extended dtype support for `mlx.linalg.svd` and `mlx.linalg.eig` as requested in #2708. **Changes:** - Added `float64` support for `mlx.linalg.eig` (CPU) - Added `complex64` support for `mlx.linalg.svd` (CPU) -...
- Implement AdaBelief optimizer following the [NeurIPS 2020 paper](https://arxiv.org/abs/2010.07468) - Add unit tests following MLX standard patterns - Update optimizer documentation to include AdaBelief Fixes #2479 ## Proposed changes -...