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

(excluded_types != [] and attn_layer > 0) need fix #3707

Closed
github-actions bot opened this issue Apr 24, 2024 · 1 comment · Fixed by #3815
Closed

(excluded_types != [] and attn_layer > 0) need fix #3707

github-actions bot opened this issue Apr 24, 2024 · 1 comment · Fixed by #3815

Comments

@github-actions
Copy link

Line: 177

concat_output_tebd,
precision,
) = self.param
# TODO (excluded_types != [] and attn_layer > 0) need fix
return (
env_protection != 0.0
or smooth_type_embedding
or not normalize
or temperature != 1.0
or (excluded_types != [] and attn_layer > 0)
)

Copy link
Author

Closed in commit 8cd3cba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant