quinngroup / CiliaRepresentation

A modular generative pipeline for understanding cilia appearance and dynamics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow generic drivers to train and test generic models

Micky774 opened this issue · comments

The driver files should be able to train and test generic models. The underlying assumption is that the compatibility of the data and the model will be handled by the experiment designer, and isn't something that the driver needs to micro-manage. Hence, under the assumption that the input/models are valid, the driver should run specifiable training/testing regimes.