Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add se_atten_v2to PyTorch and DP #3840

Merged
merged 46 commits into from
Jun 6, 2024

[pre-commit.ci] auto fixes from pre-commit.com hooks

c08f61d
Select commit
Loading
Failed to load commit list.
Merged

Feat: add se_atten_v2to PyTorch and DP #3840

[pre-commit.ci] auto fixes from pre-commit.com hooks
c08f61d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 30, 2024 in 4s

2 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 45 in deepmd/pt/model/descriptor/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit export is not defined Error

The name 'DescrptSeAttenV2DescrptSeA' is exported by __all__ but is not defined.

Check warning on line 45 in deepmd/pt/model/descriptor/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

Implicit string concatenation in a list Warning

Implicit string concatenation. Maybe missing a comma?