-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello,
I am using the feat_dims.toml file, which contains the feature dimensions for each modality. However, I encountered an issue: since I applied filtering criteria to the same modality (e.g., ATAC), the feature dimensions for ATAC are different across batches.
I would like to know if the model can handle this scenario. Specifically, can the model work with the situation where feature dimensions for the same modality (e.g., ATAC) vary between batches, or does the model require all batches to have consistent feature dimensions?
Additionally, I noticed that the feature number for ATAC is based on a chromosome statistical feature count list. How is this list generated? Is it the sum of the feature counts across all batches?
Key points:
I am using a single feat_dims.toml file to manage feature dimensions for all modalities.
For ATAC modality, I applied filtering criteria that caused feature dimensions to vary across batches.
Can the model handle this configuration, where the same modality (e.g., ATAC) has different feature dimensions across different batches?
For the ATAC modality, is the feature count list based on chromosome statistics computed as the sum of feature counts across all batches?