Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jax/array-api): dpa1 (deepmodeling#4160)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated method for converting input to NumPy arrays, enhancing performance and compatibility with array-like structures. - Simplified handling of weight, bias, and identity variables for improved compatibility with array backends. - Introduced new network classes and enhanced network management functionalities. - Added support for the new `array_api_strict` backend in testing. - **Bug Fixes** - Fixed serialization process to ensure accurate conversion of weights and biases. - **Tests** - Added tests to validate the new functionalities and ensure compatibility across various backends, including JAX and Array API Strict. - **Chores** - Continued improvements to project structure and dependencies for better maintainability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Jinzhe Zeng <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information