-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add orb-models support to mlp recipes (#2574)
## Summary of Changes Added **orb-models** to the MLP recipes based on issue #2429. Key changes include: 1. Added orb-models implementation to mlp recipes 2. Created unit tests to validate orb-models functionality 3. Ensured compatibility with existing MLP workflows ## Requirements -[X] My PR is focused on a single feature addition [#2429 ]. -[X] My PR has relevant, comprehensive unit tests. -[X] My PR is on a custom branch (feature/orbnet-models). ## Note to the reviewer: 1. orb-models outputs are somewhat more stochastic than other tests, so I used a `rel` flag to limit the accuracy of the pytest comparison. I set it to `1e-4` after some failed checks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d771f5f
commit 506c157
Showing
6 changed files
with
59 additions
and
14 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
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
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
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
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
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