Skip to content

inference without MSA #25

@sehooni

Description

@sehooni

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions