Skip to content

how to make Structure object available during model inference #604

@breadbread1984

Description

@breadbread1984

I found the class Structure object are saved in class BatchDict featurised_example at https://github.com/google-deepmind/alphafold3/blob/main/run_alphafold.py#L437 . but function utils.remove_invalidly_typed_feats remove it because its value is an object rather than jnp.ndarray.

I tried removing utils.remove_invalidly_typed_feats or add back cleaned_struc back to featurised_example but both causes JAX errors.

I want to use bonds table in the Structure object, how can I pass it into model?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions