You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#3934.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Enhanced clarity and usability of the training process with explicit
parameters for model training, freezing, and bias changing functions.
- Improved function interfaces streamline user interactions and
understanding.
- **Bug Fixes**
- Resolved issues related to parameter handling by transitioning from a
flags-based system to a more structured approach.
- **Refactor**
- Updated function signatures for better readability and
maintainability, improving the overall structure of the code.
- Simplified the freezing mechanism in tests by removing the use of a
`Namespace` object.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Summary
Refactor the function interface in deepmd/pt/entrypoints/main.py, to use explicit input instead of
FLAGS
.Detailed Description
see above.
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: