tumourkit.research_pipe.run_void
- tumourkit.research_pipe.run_void(args: Namespace, logger: Logger) None
Runs the training of GNN models without prior and morphological features.
- This function performs the following steps:
Trains a GNN model without prior.
Trains a GNN model without morphological features.
Trains a void GNN model (without prior and morphological features).
- Parameters:
args (Namespace) – The arguments for the GNN training.
logger (Logger) – The logger object used for logging messages.