We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently def seqcoding(self, seqs, align=False) only supports generation of res_codings using res_to_seq(mode="mean") in line:
def seqcoding(self, seqs, align=False)
res_to_seq(mode="mean")
AbLang/ablang/pretrained.py
Line 112 in 6fc320d
Consider updating the the seqcoding method to also allow changing the aggregation mode of "sum", which is supported by res_to_seq.
seqcoding
res_to_seq
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
def seqcoding(self, seqs, align=False)
only supports generation of res_codings usingres_to_seq(mode="mean")
in line:AbLang/ablang/pretrained.py
Line 112 in 6fc320d
Consider updating the the
seqcoding
method to also allow changing the aggregation mode of "sum", which is supported byres_to_seq
.The text was updated successfully, but these errors were encountered: