ctf4science.data_module#
Data Module for CTF models, provides loading and configuration utilities for CTF datasets.
This module handles train/test pairs, timestep generation for training and evaluation, validation splits, and dataset metadata used by models and the evaluation pipeline.
Functions
|
Return the list of applicable visualization types for the given dataset. |
|
Load and return the dataset configuration for the specified dataset. |
|
Return metadata for the given dataset. |
|
Return time steps at which prediction matrices must be evaluated after training. |
|
Return time steps for each training matrix for the given dataset and pair. |
|
Return prediction timesteps for the validation split. |
|
Return training timesteps used for the validation split. |
|
Load train and initialization data for a given dataset and pair ID. |
|
Load dataset and split into training, validation, and initialization. |
|
Parse the pair_id configuration to determine which sub-datasets to process. |