Skip to content

about data_generator.py #6

@festla

Description

@festla

In RNADiffFold/datasets/data_generator.py line64~65

contact_array = np.stack(contact_list, axis=0)
data_fcn_2_array = np.stack(data_fcn_2_list, axis=0)

np.stack needs the input must have the same shape.
But the contact_list is
Image
which is the bp pairs.

How do you process this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions