-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello, thank you for great research.
In the AlphaLink paper, i think that you test without MSA in Fig.2 (e,f).
than, how can we make the dataset without MSA.
In my work, I have some test set with MSA. But I want to revise them without MSA feature.
In inference time, I tried with neff 0, but it didn't work.
# subsample MSAs to specified Neff
msa = feature_dict['msa']
if args.neff:
logger.info(
f"Subsampling MSA to Neff={args.neff}..."
)
indices = subsample_msa_sequentially(msa, neff=args.neff)
feature_dict['msa'] = msa[indices]
feature_dict['deletion_matrix_int'] = feature_dict['deletion_matrix_int'][indices]
Can I get some advise?
thank you for reading.
Metadata
Metadata
Assignees
Labels
No labels